Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.CanEntityBeSeenByMyTeam: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Dota_Lebot push: Updated Page)
Line 8: Line 8:
''' bool CanEntityBeSeenByMyTeam(handle ''a'') '''
''' bool CanEntityBeSeenByMyTeam(handle ''a'') '''


''Check FoW to see if an entity is visible.''
''Can the ent be seen by the given unit's team''




Line 29: Line 29:
== Returns ==
== Returns ==


''bool'' - If the entity is visible
''bool'' -

Revision as of 02:29, 17 June 2015

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

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 -