Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.SetUnitShareMaskForPlayer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
No edit summary
Line 28: Line 28:
| int
| int
| nFlag
| nFlag
| No Description Set
| bitmask; 1 shares heroes, 2 shares units, 4 disables help
|-
|-
| bool
| bool

Revision as of 12:33, 16 March 2016

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void SetUnitShareMaskForPlayer(int nPlayerID, int nOtherPlayerID, int nFlag, bool bState)

No Description Set


Parameters

Type Name Description
int nPlayerID No Description Set
int nOtherPlayerID No Description Set
int nFlag bitmask; 1 shares heroes, 2 shares units, 4 disables help
bool bState No Description Set