Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.SetUnitShareMaskForPlayer: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
No edit summary |
||
| Line 28: | Line 28: | ||
| int | | int | ||
| nFlag | | nFlag | ||
| | | bitmask; 1 shares heroes, 2 shares units, 4 disables help | ||
|- | |- | ||
| bool | | bool | ||
Revision as of 11:33, 16 March 2016
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 |