Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.CanEntityBeSeenByMyTeam: 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 8: | Line 8: | ||
''' bool CanEntityBeSeenByMyTeam(handle ''a'') ''' | ''' bool CanEntityBeSeenByMyTeam(handle ''a'') ''' | ||
'' | ''Can the ent be seen by the given unit's team'' | ||
Line 29: | Line 29: | ||
== Returns == | == Returns == | ||
''bool'' - | ''bool'' - |
Revision as of 15:34, 20 December 2014

Function Description
bool CanEntityBeSeenByMyTeam(handle a)
Can the ent be seen by the given unit's team
- Example
--some code here
Parameters
Type | Name | Description |
---|---|---|
handle | a | No Description Set |
Returns
bool -