Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.SetMustReachEachGoalEntity: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 6: | Line 6: | ||
''' void SetMustReachEachGoalEntity(bool '' | ''' void SetMustReachEachGoalEntity(bool ''must'') ''' | ||
''Set whether this NPC is required to reach each goal entity, rather than being allowed to 'unkink' their path'' | ''Set whether this NPC is required to reach each goal entity, rather than being allowed to 'unkink' their path'' | ||
Line 19: | Line 19: | ||
|- | |- | ||
| bool | | bool | ||
| | | must | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 01:33, 20 June 2015

Function Description
void SetMustReachEachGoalEntity(bool must)
Set whether this NPC is required to reach each goal entity, rather than being allowed to 'unkink' their path
Parameters
Type | Name | Description |
---|---|---|
bool | must | No Description Set |