Dota 2 Workshop Tools/Scripting/API/Global.UTIL RemoveImmediate: 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:
''' void UTIL_RemoveImmediate(handle ''a'') '''
''' void UTIL_RemoveImmediate(handle ''a'') '''


''Immediately removes the specified entity''
''Do Not use this function.  Use UTIL_Remove() instead.  This will crash your game.''





Revision as of 12:52, 20 August 2014

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

Function Description

void UTIL_RemoveImmediate(handle a)

Do Not use this function. Use UTIL_Remove() instead. This will crash your game.


Parameters

Type Name Description
handle a No Description Set