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 6: | Line 6: | ||
''' bool CanEntityBeSeenByMyTeam(handle '' | ''' bool CanEntityBeSeenByMyTeam(handle ''hEntity'') ''' | ||
'' | ''Check FoW to see if an entity is visible.'' | ||
Line 23: | Line 23: | ||
|- | |- | ||
| handle | | handle | ||
| | | hEntity | ||
| No Description Set | | No Description Set | ||
|} | |} | ||
Line 29: | Line 29: | ||
== Returns == | == Returns == | ||
''bool'' - | ''bool'' - If the entity is visible |
Revision as of 19:32, 19 June 2015

Function Description
bool CanEntityBeSeenByMyTeam(handle hEntity)
Check FoW to see if an entity is visible.
- Example
--some code here
Parameters
Type | Name | Description |
---|---|---|
handle | hEntity | No Description Set |
Returns
bool - If the entity is visible