· 8 years ago · Feb 17, 2018, 01:44 AM
1[ VScript ]: Usage: "script_help <scope>" where <scope> is one of the following:
2[ VScript ]: all global dump
3[ VScript ]: CBaseAnimating
4[ VScript ]: CBaseCombatCharacter
5[ VScript ]: CBaseEntity
6[ VScript ]: CBaseFlex
7[ VScript ]: CBaseModelEntity
8[ VScript ]: CBasePlayer
9[ VScript ]: CBaseTrigger
10[ VScript ]: CBodyComponent
11[ VScript ]: CCustomGameEventManager
12[ VScript ]: CDebugOverlayScriptHelper
13[ VScript ]: CEntities
14[ VScript ]: CEntityInstance
15[ VScript ]: CEnvEntityMaker
16[ VScript ]: CEnvTimeOfDay2
17[ VScript ]: CHL2_Player
18[ VScript ]: CInfoData
19[ VScript ]: CLogicScript
20[ VScript ]: CMarkupVolumeTagged
21[ VScript ]: CNativeOutputs
22[ VScript ]: CPhysicsComponent
23[ VScript ]: CPhysicsProp
24[ VScript ]: CPointTemplate
25[ VScript ]: CPropHMDAvatar
26[ VScript ]: CSceneEntity
27[ VScript ]: CScriptKeyValues
28[ VScript ]: CScriptPrecacheContext
29[ VScript ]: CToneMapControllerComponent
30[ VScript ]: Convars
31[ VScript ]: Decider
32[ VScript ]: GlobalSys
33[ VScript ]: ---[[ AngleDiff Returns the number of degrees difference between two yaw angles ]]
34[ VScript ]: -- @return float
35[ VScript ]: -- @param float_1 float
36[ VScript ]: -- @param float_2 float
37[ VScript ]: function AngleDiff( float_1, float_2 ) end
38[ VScript ]:
39[ VScript ]: ---[[ AppendToLogFile Appends a string to a log file on the server ]]
40[ VScript ]: -- @return void
41[ VScript ]: -- @param string_1 string
42[ VScript ]: -- @param string_2 string
43[ VScript ]: function AppendToLogFile( string_1, string_2 ) end
44[ VScript ]:
45[ VScript ]: -- @return Quaternion
46[ VScript ]: -- @param float_2 float
47[ VScript ]:
48[ VScript ]: ---[[ CalcClosestPointOnEntityOBB Compute the closest point on the OBB of an entity. ]]
49[ VScript ]: -- @param handle_1 handle
50[ VScript ]:
51[ VScript ]: -- @return float
52[ VScript ]: -- @param handle_1 handle
53[ VScript ]: -- @param handle_2 handle
54[ VScript ]: function CalcDistanceBetweenEntityOBB( handle_1, handle_2 ) end
55[ VScript ]:
56[ VScript ]: -- @return void
57[ VScript ]: -- @param ehandle_1 ehandle
58[ VScript ]: function CancelEntityIOEvents( ehandle_1 ) end
59[ VScript ]:
60[ VScript ]: ---[[ CreateEffect Pass table - Inputs: entity, effect ]]
61[ VScript ]: -- @return bool
62[ VScript ]: -- @param handle_1 handle
63[ VScript ]: function CreateEffect( handle_1 ) end
64[ VScript ]:
65[ VScript ]: ---[[ CreateTrigger CreateTrigger( vecMin, vecMax ) : Creates and returns an AABB trigger ]]
66[ VScript ]: -- @return handle
67[ VScript ]:
68[ VScript ]: -- @return handle
69[ VScript ]: -- @param float_2 float
70[ VScript ]:
71[ VScript ]: ---[[ DebugBreak Breaks in the debugger ]]
72[ VScript ]: -- @return void
73[ VScript ]: function DebugBreak( ) end
74[ VScript ]:
75[ VScript ]: -- @return void
76[ VScript ]: -- @param int_4 int
77[ VScript ]: -- @param int_5 int
78[ VScript ]: -- @param int_6 int
79[ VScript ]: -- @param int_7 int
80[ VScript ]: -- @param float_8 float
81[ VScript ]:
82[ VScript ]: -- @return void
83[ VScript ]: -- @param float_6 float
84[ VScript ]: -- @param float_7 float
85[ VScript ]:
86[ VScript ]: -- @return void
87[ VScript ]: -- @param float_3 float
88[ VScript ]: -- @param float_4 float
89[ VScript ]: -- @param bool_5 bool
90[ VScript ]: -- @param float_6 float
91[ VScript ]:
92[ VScript ]: ---[[ DebugDrawClear Try to clear all the debug overlay info ]]
93[ VScript ]: -- @return void
94[ VScript ]: function DebugDrawClear( ) end
95[ VScript ]:
96[ VScript ]: -- @return void
97[ VScript ]: -- @param int_3 int
98[ VScript ]: -- @param int_4 int
99[ VScript ]: -- @param int_5 int
100[ VScript ]: -- @param bool_6 bool
101[ VScript ]: -- @param float_7 float
102[ VScript ]:
103[ VScript ]: -- @return void
104[ VScript ]: -- @param bool_4 bool
105[ VScript ]: -- @param float_5 float
106[ VScript ]:
107[ VScript ]: ---[[ DebugDrawScreenTextLine Draw text with a line offset (x, y, lineOffset, text, r, g, b, a, duration) ]]
108[ VScript ]: -- @return void
109[ VScript ]: -- @param float_1 float
110[ VScript ]: -- @param float_2 float
111[ VScript ]: -- @param int_3 int
112[ VScript ]: -- @param string_4 string
113[ VScript ]: -- @param int_5 int
114[ VScript ]: -- @param int_6 int
115[ VScript ]: -- @param int_7 int
116[ VScript ]: -- @param int_8 int
117[ VScript ]: -- @param float_9 float
118[ VScript ]: function DebugDrawScreenTextLine( float_1, float_2, int_3, string_4, int_5, int_6, int_7, int_8, float_9 ) end
119[ VScript ]:
120[ VScript ]: -- @return void
121[ VScript ]: -- @param float_3 float
122[ VScript ]: -- @param float_4 float
123[ VScript ]: -- @param bool_5 bool
124[ VScript ]: -- @param float_6 float
125[ VScript ]:
126[ VScript ]: -- @return void
127[ VScript ]: -- @param string_2 string
128[ VScript ]: -- @param bool_3 bool
129[ VScript ]: -- @param float_4 float
130[ VScript ]:
131[ VScript ]: ---[[ DebugScreenTextPretty Draw pretty debug text (x, y, lineOffset, text, r, g, b, a, duration, font, size, bBold) ]]
132[ VScript ]: -- @return void
133[ VScript ]: -- @param float_1 float
134[ VScript ]: -- @param float_2 float
135[ VScript ]: -- @param int_3 int
136[ VScript ]: -- @param string_4 string
137[ VScript ]: -- @param int_5 int
138[ VScript ]: -- @param int_6 int
139[ VScript ]: -- @param int_7 int
140[ VScript ]: -- @param int_8 int
141[ VScript ]: -- @param float_9 float
142[ VScript ]: -- @param string_10 string
143[ VScript ]: -- @param int_11 int
144[ VScript ]: -- @param bool_12 bool
145[ VScript ]: function DebugScreenTextPretty( float_1, float_2, int_3, string_4, int_5, int_6, int_7, int_8, float_9, string_10, int_11, bool_12 ) end
146[ VScript ]:
147[ VScript ]: ---[[ DoEntFire #EntFire:Generate and entity i/o event ]]
148[ VScript ]: -- @return void
149[ VScript ]: -- @param string_1 string
150[ VScript ]: -- @param string_2 string
151[ VScript ]: -- @param string_3 string
152[ VScript ]: -- @param float_4 float
153[ VScript ]: -- @param handle_5 handle
154[ VScript ]: -- @param handle_6 handle
155[ VScript ]: function DoEntFire( string_1, string_2, string_3, float_4, handle_5, handle_6 ) end
156[ VScript ]:
157[ VScript ]: ---[[ DoEntFireByInstanceHandle #EntFireByHandle:Generate and entity i/o event ]]
158[ VScript ]: -- @return void
159[ VScript ]: -- @param handle_1 handle
160[ VScript ]: -- @param string_2 string
161[ VScript ]: -- @param string_3 string
162[ VScript ]: -- @param float_4 float
163[ VScript ]: -- @param handle_5 handle
164[ VScript ]: -- @param handle_6 handle
165[ VScript ]: function DoEntFireByInstanceHandle( handle_1, string_2, string_3, float_4, handle_5, handle_6 ) end
166[ VScript ]:
167[ VScript ]: ---[[ DoIncludeScript Execute a script (internal) ]]
168[ VScript ]: -- @return bool
169[ VScript ]: -- @param string_1 string
170[ VScript ]: -- @param handle_2 handle
171[ VScript ]: function DoIncludeScript( string_1, handle_2 ) end
172[ VScript ]:
173[ VScript ]: ---[[ DoScriptAssert #ScriptAssert:Asserts the passed in value. Prints out a message and brings up the assert dialog. ]]
174[ VScript ]: -- @return void
175[ VScript ]: -- @param bool_1 bool
176[ VScript ]: -- @param string_2 string
177[ VScript ]: function DoScriptAssert( bool_1, string_2 ) end
178[ VScript ]:
179[ VScript ]: -- @return string
180[ VScript ]: -- @param string_1 string
181[ VScript ]: function DoUniqueString( string_1 ) end
182[ VScript ]:
183[ VScript ]: -- @return void
184[ VScript ]: -- @param string_1 string
185[ VScript ]: -- @param handle_2 handle
186[ VScript ]:
187[ VScript ]: -- @return void
188[ VScript ]: -- @param string_1 string
189[ VScript ]: -- @param handle_2 handle
190[ VScript ]:
191[ VScript ]: ---[[ EntIndexToHScript Turn an entity index integer to an HScript representing that entity's script instance. ]]
192[ VScript ]: -- @return handle
193[ VScript ]: -- @param int_1 int
194[ VScript ]: function EntIndexToHScript( int_1 ) end
195[ VScript ]:
196[ VScript ]: ---[[ ExponentialDecay Smooth curve decreasing slower as it approaches zero ]]
197[ VScript ]: -- @return float
198[ VScript ]: -- @param float_1 float
199[ VScript ]: -- @param float_2 float
200[ VScript ]: -- @param float_3 float
201[ VScript ]: function ExponentialDecay( float_1, float_2, float_3 ) end
202[ VScript ]:
203[ VScript ]: ---[[ FireEntityIOInputNameOnly Fire Entity's Action Input w/no data ]]
204[ VScript ]: -- @return void
205[ VScript ]: -- @param ehandle_1 ehandle
206[ VScript ]: -- @param string_2 string
207[ VScript ]: function FireEntityIOInputNameOnly( ehandle_1, string_2 ) end
208[ VScript ]:
209[ VScript ]: -- @return void
210[ VScript ]: -- @param ehandle_1 ehandle
211[ VScript ]: -- @param string_2 string
212[ VScript ]: -- @param string_3 string
213[ VScript ]: function FireEntityIOInputString( ehandle_1, string_2, string_3 ) end
214[ VScript ]:
215[ VScript ]: -- @return void
216[ VScript ]: -- @param ehandle_1 ehandle
217[ VScript ]: -- @param string_2 string
218[ VScript ]:
219[ VScript ]: ---[[ FireGameEvent Fire a game event. ]]
220[ VScript ]: -- @return void
221[ VScript ]: -- @param string_1 string
222[ VScript ]: -- @param handle_2 handle
223[ VScript ]: function FireGameEvent( string_1, handle_2 ) end
224[ VScript ]:
225[ VScript ]: ---[[ FireGameEventLocal Fire a game event without broadcasting to the client. ]]
226[ VScript ]: -- @return void
227[ VScript ]: -- @param string_1 string
228[ VScript ]: -- @param handle_2 handle
229[ VScript ]: function FireGameEventLocal( string_1, handle_2 ) end
230[ VScript ]:
231[ VScript ]: ---[[ FrameTime Get the time spent on the server in the last frame ]]
232[ VScript ]: -- @return float
233[ VScript ]: function FrameTime( ) end
234[ VScript ]:
235[ VScript ]: ---[[ GetFrameCount Returns the engines current frame count ]]
236[ VScript ]: -- @return int
237[ VScript ]: function GetFrameCount( ) end
238[ VScript ]:
239[ VScript ]: ---[[ GetListenServerHost Get the local player on a listen server. ]]
240[ VScript ]: -- @return handle
241[ VScript ]: function GetListenServerHost( ) end
242[ VScript ]:
243[ VScript ]: ---[[ GetMapName Get the name of the map. ]]
244[ VScript ]: -- @return string
245[ VScript ]: function GetMapName( ) end
246[ VScript ]:
247[ VScript ]: -- @return float
248[ VScript ]: -- @param ehandle_1 ehandle
249[ VScript ]: -- @param string_2 string
250[ VScript ]: function GetMaxOutputDelay( ehandle_1, string_2 ) end
251[ VScript ]:
252[ VScript ]: -- @param handle_1 handle
253[ VScript ]: function GetPhysAngularVelocity( handle_1 ) end
254[ VScript ]:
255[ VScript ]: -- @param handle_1 handle
256[ VScript ]: function GetPhysVelocity( handle_1 ) end
257[ VScript ]:
258[ VScript ]: ---[[ InitLogFile If the given file doesn't exist, creates it with the given contents; does nothing if it exists ]]
259[ VScript ]: -- @return void
260[ VScript ]: -- @param string_1 string
261[ VScript ]: -- @param string_2 string
262[ VScript ]: function InitLogFile( string_1, string_2 ) end
263[ VScript ]:
264[ VScript ]: ---[[ IsDedicatedServer Returns true if this server is a dedicated server. ]]
265[ VScript ]: -- @return bool
266[ VScript ]: function IsDedicatedServer( ) end
267[ VScript ]:
268[ VScript ]: -- @return bool
269[ VScript ]:
270[ VScript ]: -- @return bool
271[ VScript ]: -- @param handle_1 handle
272[ VScript ]:
273[ VScript ]: ---[[ IsServer Returns true if this is lua running from the server.dll. ]]
274[ VScript ]: -- @return bool
275[ VScript ]: function IsServer( ) end
276[ VScript ]:
277[ VScript ]: ---[[ IsValidEntity Checks to see if the given hScript is a valid entity ]]
278[ VScript ]: -- @return bool
279[ VScript ]: -- @param handle_1 handle
280[ VScript ]: function IsValidEntity( handle_1 ) end
281[ VScript ]:
282[ VScript ]: -- @return int
283[ VScript ]: -- @param string_1 string
284[ VScript ]: -- @param handle_2 handle
285[ VScript ]: -- @param handle_3 handle
286[ VScript ]: function ListenToGameEvent( string_1, handle_2, handle_3 ) end
287[ VScript ]:
288[ VScript ]: ---[[ LoadKeyValues Creates a table from the specified keyvalues text file ]]
289[ VScript ]: -- @return table
290[ VScript ]: -- @param string_1 string
291[ VScript ]: function LoadKeyValues( string_1 ) end
292[ VScript ]:
293[ VScript ]: ---[[ LoadKeyValuesFromString Creates a table from the specified keyvalues string ]]
294[ VScript ]: -- @return table
295[ VScript ]: -- @param string_1 string
296[ VScript ]: function LoadKeyValuesFromString( string_1 ) end
297[ VScript ]:
298[ VScript ]: ---[[ MakeStringToken Checks to see if the given hScript is a valid entity ]]
299[ VScript ]: -- @return int
300[ VScript ]: -- @param string_1 string
301[ VScript ]: function MakeStringToken( string_1 ) end
302[ VScript ]:
303[ VScript ]: ---[[ Msg Print a message ]]
304[ VScript ]: -- @return void
305[ VScript ]: -- @param string_1 string
306[ VScript ]: function Msg( string_1 ) end
307[ VScript ]:
308[ VScript ]: ---[[ PlayerInstanceFromIndex Get a script instance of a player by index. ]]
309[ VScript ]: -- @return handle
310[ VScript ]: -- @param int_1 int
311[ VScript ]: function PlayerInstanceFromIndex( int_1 ) end
312[ VScript ]:
313[ VScript ]: ---[[ PrecacheEntityFromTable Precache an entity from KeyValues in table ]]
314[ VScript ]: -- @return void
315[ VScript ]: -- @param string_1 string
316[ VScript ]: -- @param handle_2 handle
317[ VScript ]: -- @param handle_3 handle
318[ VScript ]: function PrecacheEntityFromTable( string_1, handle_2, handle_3 ) end
319[ VScript ]:
320[ VScript ]: ---[[ PrecacheEntityListFromTable Precache a list of entity KeyValues tables ]]
321[ VScript ]: -- @return void
322[ VScript ]: -- @param handle_1 handle
323[ VScript ]: -- @param handle_2 handle
324[ VScript ]: function PrecacheEntityListFromTable( handle_1, handle_2 ) end
325[ VScript ]:
326[ VScript ]: ---[[ PrintLinkedConsoleMessage Print a console message with a linked console command ]]
327[ VScript ]: -- @return void
328[ VScript ]: -- @param string_1 string
329[ VScript ]: -- @param string_2 string
330[ VScript ]: function PrintLinkedConsoleMessage( string_1, string_2 ) end
331[ VScript ]:
332[ VScript ]: ---[[ RandomFloat Get a random float within a range ]]
333[ VScript ]: -- @return float
334[ VScript ]: -- @param float_1 float
335[ VScript ]: -- @param float_2 float
336[ VScript ]: function RandomFloat( float_1, float_2 ) end
337[ VScript ]:
338[ VScript ]: ---[[ RandomInt Get a random int within a range ]]
339[ VScript ]: -- @return int
340[ VScript ]: -- @param int_1 int
341[ VScript ]: -- @param int_2 int
342[ VScript ]: function RandomInt( int_1, int_2 ) end
343[ VScript ]:
344[ VScript ]: -- @return void
345[ VScript ]: -- @param string_1 string
346[ VScript ]: function RegisterSpawnGroupFilterProxy( string_1 ) end
347[ VScript ]:
348[ VScript ]: ---[[ ReloadMOTD Reloads the MotD file ]]
349[ VScript ]: -- @return void
350[ VScript ]: function ReloadMOTD( ) end
351[ VScript ]:
352[ VScript ]: -- @return void
353[ VScript ]: -- @param string_1 string
354[ VScript ]: function RemoveSpawnGroupFilterProxy( string_1 ) end
355[ VScript ]:
356[ VScript ]: -- @return QAngle
357[ VScript ]: -- @param QAngle_1 QAngle
358[ VScript ]: -- @param QAngle_2 QAngle
359[ VScript ]:
360[ VScript ]: -- @param QAngle_2 QAngle
361[ VScript ]:
362[ VScript ]: -- @return Quaternion
363[ VScript ]: -- @param Quaternion_1 Quaternion
364[ VScript ]: -- @param float_3 float
365[ VScript ]:
366[ VScript ]: ---[[ RotationDelta Find the delta between two QAngles. ]]
367[ VScript ]: -- @return QAngle
368[ VScript ]: -- @param QAngle_1 QAngle
369[ VScript ]: -- @param QAngle_2 QAngle
370[ VScript ]: function RotationDelta( QAngle_1, QAngle_2 ) end
371[ VScript ]:
372[ VScript ]: -- @return void
373[ VScript ]: -- @param handle_1 handle
374[ VScript ]: -- @param string_2 string
375[ VScript ]: -- @param bool_3 bool
376[ VScript ]: function Say( handle_1, string_2, bool_3 ) end
377[ VScript ]:
378[ VScript ]: ---[[ ScreenShake Start a screenshake with the following parameters. vecCenter, flAmplitude, flFrequency, flDuration, flRadius, eCommand( SHAKE_START = 0, SHAKE_STOP = 1 ), bAirShake ]]
379[ VScript ]: -- @return void
380[ VScript ]: -- @param float_2 float
381[ VScript ]: -- @param float_3 float
382[ VScript ]: -- @param float_4 float
383[ VScript ]: -- @param float_5 float
384[ VScript ]: -- @param int_6 int
385[ VScript ]: -- @param bool_7 bool
386[ VScript ]:
387[ VScript ]: ---[[ SendToConsole Send a string to the console as a client command ]]
388[ VScript ]: -- @return void
389[ VScript ]: -- @param string_1 string
390[ VScript ]: function SendToConsole( string_1 ) end
391[ VScript ]:
392[ VScript ]: ---[[ SendToServerConsole Send a string to the console as a server command ]]
393[ VScript ]: -- @return void
394[ VScript ]: -- @param string_1 string
395[ VScript ]: function SendToServerConsole( string_1 ) end
396[ VScript ]:
397[ VScript ]: -- @return void
398[ VScript ]: -- @param string_1 string
399[ VScript ]: -- @param string_2 string
400[ VScript ]: -- @param string_3 string
401[ VScript ]: -- @param float_4 float
402[ VScript ]: function SetOpvarFloatAll( string_1, string_2, string_3, float_4 ) end
403[ VScript ]:
404[ VScript ]: -- @return void
405[ VScript ]: -- @param string_1 string
406[ VScript ]: -- @param string_2 string
407[ VScript ]: -- @param string_3 string
408[ VScript ]: -- @param float_4 float
409[ VScript ]: -- @param handle_5 handle
410[ VScript ]: function SetOpvarFloatPlayer( string_1, string_2, string_3, float_4, handle_5 ) end
411[ VScript ]:
412[ VScript ]: ---[[ SetQuestName Set the current quest name. ]]
413[ VScript ]: -- @return void
414[ VScript ]: -- @param string_1 string
415[ VScript ]: function SetQuestName( string_1 ) end
416[ VScript ]:
417[ VScript ]: ---[[ SetQuestPhase Set the current quest phase. ]]
418[ VScript ]: -- @return void
419[ VScript ]: -- @param int_1 int
420[ VScript ]: function SetQuestPhase( int_1 ) end
421[ VScript ]:
422[ VScript ]: -- @return void
423[ VScript ]: -- @param ehandle_1 ehandle
424[ VScript ]: -- @param bool_2 bool
425[ VScript ]: function SetRenderingEnabled( ehandle_1, bool_2 ) end
426[ VScript ]:
427[ VScript ]: ---[[ ShowMessage Print a hud message on all clients ]]
428[ VScript ]: -- @return void
429[ VScript ]: -- @param string_1 string
430[ VScript ]: function ShowMessage( string_1 ) end
431[ VScript ]:
432[ VScript ]: ---[[ SpawnEntityFromTableSynchronous Synchronously spawns a single entity from a table ]]
433[ VScript ]: -- @return handle
434[ VScript ]: -- @param string_1 string
435[ VScript ]: -- @param handle_2 handle
436[ VScript ]: function SpawnEntityFromTableSynchronous( string_1, handle_2 ) end
437[ VScript ]:
438[ VScript ]: ---[[ SpawnEntityGroupFromTable Hierarchically spawn an entity group from a set of spawn tables. ]]
439[ VScript ]: -- @return bool
440[ VScript ]: -- @param handle_1 handle
441[ VScript ]: -- @param bool_2 bool
442[ VScript ]: -- @param handle_3 handle
443[ VScript ]: function SpawnEntityGroupFromTable( handle_1, bool_2, handle_3 ) end
444[ VScript ]:
445[ VScript ]: ---[[ SpawnEntityListFromTableAsynchronous Asynchronously spawn an entity group from a list of spawn tables. A callback will be triggered when the spawning is complete ]]
446[ VScript ]: -- @return int
447[ VScript ]: -- @param handle_1 handle
448[ VScript ]: -- @param handle_2 handle
449[ VScript ]: function SpawnEntityListFromTableAsynchronous( handle_1, handle_2 ) end
450[ VScript ]:
451[ VScript ]: ---[[ SpawnEntityListFromTableSynchronous Synchronously spawn an entity group from a list of spawn tables. ]]
452[ VScript ]: -- @return handle
453[ VScript ]: -- @param handle_1 handle
454[ VScript ]: function SpawnEntityListFromTableSynchronous( handle_1 ) end
455[ VScript ]:
456[ VScript ]: ---[[ SplineQuaternions (quaternion,quaternion,float) very basic interpolation of v0 to v1 over t on [0,1] ]]
457[ VScript ]: -- @return Quaternion
458[ VScript ]: -- @param Quaternion_1 Quaternion
459[ VScript ]: -- @param Quaternion_2 Quaternion
460[ VScript ]: -- @param float_3 float
461[ VScript ]: function SplineQuaternions( Quaternion_1, Quaternion_2, float_3 ) end
462[ VScript ]:
463[ VScript ]: -- @param float_3 float
464[ VScript ]:
465[ VScript ]: -- @return void
466[ VScript ]: -- @param string_1 string
467[ VScript ]: -- @param handle_2 handle
468[ VScript ]:
469[ VScript ]: -- @return void
470[ VScript ]: -- @param string_1 string
471[ VScript ]:
472[ VScript ]: -- @return void
473[ VScript ]: -- @param string_1 string
474[ VScript ]:
475[ VScript ]: -- @return void
476[ VScript ]: -- @param string_1 string
477[ VScript ]:
478[ VScript ]: -- @return void
479[ VScript ]: -- @param string_1 string
480[ VScript ]: -- @param handle_2 handle
481[ VScript ]:
482[ VScript ]: -- @return void
483[ VScript ]: -- @param string_1 string
484[ VScript ]: -- @param handle_2 handle
485[ VScript ]:
486[ VScript ]: ---[[ StopEffect Pass entity and effect name ]]
487[ VScript ]: -- @return void
488[ VScript ]: -- @param handle_1 handle
489[ VScript ]: -- @param string_2 string
490[ VScript ]: function StopEffect( handle_1, string_2 ) end
491[ VScript ]:
492[ VScript ]: ---[[ StopListeningToAllGameEvents Stop listening to all game events within a specific context. ]]
493[ VScript ]: -- @return void
494[ VScript ]: -- @param handle_1 handle
495[ VScript ]: function StopListeningToAllGameEvents( handle_1 ) end
496[ VScript ]:
497[ VScript ]: ---[[ StopListeningToGameEvent Stop listening to a particular game event. ]]
498[ VScript ]: -- @return bool
499[ VScript ]: -- @param int_1 int
500[ VScript ]: function StopListeningToGameEvent( int_1 ) end
501[ VScript ]:
502[ VScript ]: -- @return void
503[ VScript ]: -- @param string_1 string
504[ VScript ]: -- @param handle_2 handle
505[ VScript ]:
506[ VScript ]: -- @return void
507[ VScript ]: -- @param string_1 string
508[ VScript ]: -- @param handle_2 handle
509[ VScript ]:
510[ VScript ]: -- @return bool
511[ VScript ]: -- @param handle_1 handle
512[ VScript ]: function TakeDamage( handle_1 ) end
513[ VScript ]:
514[ VScript ]: ---[[ Time Get the current server time ]]
515[ VScript ]: -- @return float
516[ VScript ]: function Time( ) end
517[ VScript ]:
518[ VScript ]: -- @return bool
519[ VScript ]: -- @param handle_1 handle
520[ VScript ]: function TraceCollideable( handle_1 ) end
521[ VScript ]:
522[ VScript ]: -- @return bool
523[ VScript ]: -- @param handle_1 handle
524[ VScript ]: function TraceHull( handle_1 ) end
525[ VScript ]:
526[ VScript ]: -- @return bool
527[ VScript ]: -- @param handle_1 handle
528[ VScript ]: function TraceLine( handle_1 ) end
529[ VScript ]:
530[ VScript ]: -- @return void
531[ VScript ]: -- @param int_1 int
532[ VScript ]: -- @param string_2 string
533[ VScript ]: -- @param int_3 int
534[ VScript ]: -- @param int_4 int
535[ VScript ]: -- @param int_5 int
536[ VScript ]: -- @param int_6 int
537[ VScript ]: function UTIL_MessageText( int_1, string_2, int_3, int_4, int_5, int_6 ) end
538[ VScript ]:
539[ VScript ]: -- @return void
540[ VScript ]: -- @param string_1 string
541[ VScript ]: -- @param int_2 int
542[ VScript ]: -- @param int_3 int
543[ VScript ]: -- @param int_4 int
544[ VScript ]: -- @param int_5 int
545[ VScript ]: function UTIL_MessageTextAll( string_1, int_2, int_3, int_4, int_5 ) end
546[ VScript ]:
547[ VScript ]: -- @return void
548[ VScript ]: -- @param string_1 string
549[ VScript ]: -- @param int_2 int
550[ VScript ]: -- @param int_3 int
551[ VScript ]: -- @param int_4 int
552[ VScript ]: -- @param int_5 int
553[ VScript ]: -- @param handle_6 handle
554[ VScript ]: function UTIL_MessageTextAll_WithContext( string_1, int_2, int_3, int_4, int_5, handle_6 ) end
555[ VScript ]:
556[ VScript ]: -- @return void
557[ VScript ]: -- @param int_1 int
558[ VScript ]: -- @param string_2 string
559[ VScript ]: -- @param int_3 int
560[ VScript ]: -- @param int_4 int
561[ VScript ]: -- @param int_5 int
562[ VScript ]: -- @param int_6 int
563[ VScript ]: -- @param handle_7 handle
564[ VScript ]: function UTIL_MessageText_WithContext( int_1, string_2, int_3, int_4, int_5, int_6, handle_7 ) end
565[ VScript ]:
566[ VScript ]: ---[[ UTIL_Remove Removes the specified entity ]]
567[ VScript ]: -- @return void
568[ VScript ]: -- @param handle_1 handle
569[ VScript ]: function UTIL_Remove( handle_1 ) end
570[ VScript ]:
571[ VScript ]: ---[[ UTIL_RemoveImmediate Immediately removes the specified entity ]]
572[ VScript ]: -- @return void
573[ VScript ]: -- @param handle_1 handle
574[ VScript ]: function UTIL_RemoveImmediate( handle_1 ) end
575[ VScript ]:
576[ VScript ]: ---[[ UTIL_ResetMessageText Clear all message text on one client. ]]
577[ VScript ]: -- @return void
578[ VScript ]: -- @param int_1 int
579[ VScript ]: function UTIL_ResetMessageText( int_1 ) end
580[ VScript ]:
581[ VScript ]: ---[[ UTIL_ResetMessageTextAll Clear all message text from all clients. ]]
582[ VScript ]: -- @return void
583[ VScript ]: function UTIL_ResetMessageTextAll( ) end
584[ VScript ]:
585[ VScript ]: ---[[ UnloadSpawnGroup Unload a spawn group by name ]]
586[ VScript ]: -- @return void
587[ VScript ]: -- @param string_1 string
588[ VScript ]: function UnloadSpawnGroup( string_1 ) end
589[ VScript ]:
590[ VScript ]: ---[[ UnloadSpawnGroupByHandle Unload a spawn group by handle ]]
591[ VScript ]: -- @return void
592[ VScript ]: -- @param int_1 int
593[ VScript ]: function UnloadSpawnGroupByHandle( int_1 ) end
594[ VScript ]:
595[ VScript ]: -- @return QAngle
596[ VScript ]:
597[ VScript ]: ---[[ Warning Print a warning ]]
598[ VScript ]: -- @return void
599[ VScript ]: -- @param string_1 string
600[ VScript ]: function Warning( string_1 ) end
601[ VScript ]:
602[ VScript ]: ---[[ cvar_getf Gets the value of the given cvar, as a float. ]]
603[ VScript ]: -- @return float
604[ VScript ]: -- @param string_1 string
605[ VScript ]: function cvar_getf( string_1 ) end
606[ VScript ]:
607[ VScript ]: ---[[ cvar_setf Sets the value of the given cvar, as a float. ]]
608[ VScript ]: -- @return bool
609[ VScript ]: -- @param string_1 string
610[ VScript ]: -- @param float_2 float
611[ VScript ]: function cvar_setf( string_1, float_2 ) end
612[ VScript ]:
613[ VScript ]: ---[[ rr_AddDecisionRule Add a rule to the decision database. ]]
614[ VScript ]: -- @return bool
615[ VScript ]: -- @param handle_1 handle
616[ VScript ]: function rr_AddDecisionRule( handle_1 ) end
617[ VScript ]:
618[ VScript ]: ---[[ rr_CommitAIResponse Commit the result of QueryBestResponse back to the given entity to play. Call with params (entity, airesponse) ]]
619[ VScript ]: -- @return bool
620[ VScript ]: -- @param handle_1 handle
621[ VScript ]: -- @param handle_2 handle
622[ VScript ]: function rr_CommitAIResponse( handle_1, handle_2 ) end
623[ VScript ]:
624[ VScript ]: -- @return handle
625[ VScript ]: function rr_GetResponseTargets( ) end
626[ VScript ]:
627[ VScript ]: -- @return bool
628[ VScript ]: -- @param handle_1 handle
629[ VScript ]: -- @param handle_2 handle
630[ VScript ]: -- @param handle_3 handle
631[ VScript ]: function rr_QueryBestResponse( handle_1, handle_2, handle_3 ) end
632[ VScript ]:
633[ VScript ]: -- @param iAttachment int
634[ VScript ]: function CBaseAnimating:GetAttachmentAngles( iAttachment ) end
635[ VScript ]:
636[ VScript ]: -- @param iAttachment int
637[ VScript ]:
638[ VScript ]: ---[[ CBaseAnimating:GetModelScale Get scale of entity's model. ]]
639[ VScript ]: -- @return float
640[ VScript ]: function CBaseAnimating:GetModelScale( ) end
641[ VScript ]:
642[ VScript ]: ---[[ CBaseAnimating:IsSequenceFinished Ask whether the main sequence is done playing. ]]
643[ VScript ]: -- @return bool
644[ VScript ]: function CBaseAnimating:IsSequenceFinished( ) end
645[ VScript ]:
646[ VScript ]: ---[[ CBaseAnimating:ScriptLookupAttachment Get the named attachement id. ]]
647[ VScript ]: -- @return int
648[ VScript ]: -- @param pAttachmentName string
649[ VScript ]: function CBaseAnimating:ScriptLookupAttachment( pAttachmentName ) end
650[ VScript ]:
651[ VScript ]: ---[[ CBaseAnimating:SetBodygroup Sets a bodygroup. ]]
652[ VScript ]: -- @return void
653[ VScript ]: -- @param iGroup int
654[ VScript ]: -- @param iValue int
655[ VScript ]: function CBaseAnimating:SetBodygroup( iGroup, iValue ) end
656[ VScript ]:
657[ VScript ]: ---[[ CBaseAnimating:SetModelScale Set scale of entity's model. ]]
658[ VScript ]: -- @return void
659[ VScript ]: -- @param flScale float
660[ VScript ]: function CBaseAnimating:SetModelScale( flScale ) end
661[ VScript ]:
662[ VScript ]: ---[[ CBaseAnimating:SetPoseParameter Set the specified pose parameter to the specified value. ]]
663[ VScript ]: -- @return float
664[ VScript ]: -- @param szName string
665[ VScript ]: -- @param fValue float
666[ VScript ]: function CBaseAnimating:SetPoseParameter( szName, fValue ) end
667[ VScript ]:
668[ VScript ]: ---[[ CBaseCombatCharacter:GetEquippedWeapons GetEquippedWeapons() : Returns an array of all the equipped weapons ]]
669[ VScript ]: -- @return table
670[ VScript ]: function CBaseCombatCharacter:GetEquippedWeapons( ) end
671[ VScript ]:
672[ VScript ]: ---[[ CBaseCombatCharacter:GetWeaponCount GetWeaponCount() : Gets the number of weapons currently equipped ]]
673[ VScript ]: -- @return int
674[ VScript ]: function CBaseCombatCharacter:GetWeaponCount( ) end
675[ VScript ]:
676[ VScript ]: -- @param nHand int
677[ VScript ]: function CBaseCombatCharacter:ShootPosition( nHand ) end
678[ VScript ]:
679[ VScript ]: ---[[ CBaseEntity:AddEffects AddEffects( int ): Adds the render effect flag. ]]
680[ VScript ]: -- @return void
681[ VScript ]: -- @param nFlags int
682[ VScript ]: function CBaseEntity:AddEffects( nFlags ) end
683[ VScript ]:
684[ VScript ]: ---[[ CBaseEntity:ApplyAbsVelocityImpulse Apply a Velocity Impulse ]]
685[ VScript ]: -- @return void
686[ VScript ]: function CBaseEntity:ApplyAbsVelocityImpulse( vecImpulse ) end
687[ VScript ]:
688[ VScript ]: ---[[ CBaseEntity:ApplyLocalAngularVelocityImpulse Apply an Ang Velocity Impulse ]]
689[ VScript ]: -- @return void
690[ VScript ]: function CBaseEntity:ApplyLocalAngularVelocityImpulse( angImpulse ) end
691[ VScript ]:
692[ VScript ]: -- @return float
693[ VScript ]: -- @param pName string
694[ VScript ]: -- @param flDefault float
695[ VScript ]: function CBaseEntity:Attribute_GetFloatValue( pName, flDefault ) end
696[ VScript ]:
697[ VScript ]: -- @return float
698[ VScript ]: -- @param pName string
699[ VScript ]: -- @param nDefault int
700[ VScript ]: function CBaseEntity:Attribute_GetIntValue( pName, nDefault ) end
701[ VScript ]:
702[ VScript ]: -- @return void
703[ VScript ]: -- @param pName string
704[ VScript ]: -- @param flValue float
705[ VScript ]: function CBaseEntity:Attribute_SetFloatValue( pName, flValue ) end
706[ VScript ]:
707[ VScript ]: -- @return void
708[ VScript ]: -- @param pName string
709[ VScript ]: -- @param nValue int
710[ VScript ]: function CBaseEntity:Attribute_SetIntValue( pName, nValue ) end
711[ VScript ]:
712[ VScript ]: ---[[ CBaseEntity:DeleteAttribute Delete an entity attribute. ]]
713[ VScript ]: -- @return void
714[ VScript ]: -- @param pName string
715[ VScript ]: function CBaseEntity:DeleteAttribute( pName ) end
716[ VScript ]:
717[ VScript ]: -- @return void
718[ VScript ]:
719[ VScript ]: -- @return void
720[ VScript ]: -- @param nPitch int
721[ VScript ]: -- @param flVolume float
722[ VScript ]: -- @param flDelay float
723[ VScript ]:
724[ VScript ]: ---[[ CBaseEntity:EyeAngles Get the qangles that this entity is looking at. ]]
725[ VScript ]: -- @return QAngle
726[ VScript ]: function CBaseEntity:EyeAngles( ) end
727[ VScript ]:
728[ VScript ]: function CBaseEntity:EyePosition( ) end
729[ VScript ]:
730[ VScript ]: ---[[ CBaseEntity:FirstMoveChild ]]
731[ VScript ]: -- @return handle
732[ VScript ]: function CBaseEntity:FirstMoveChild( ) end
733[ VScript ]:
734[ VScript ]: -- @return void
735[ VScript ]: -- @param hResult handle
736[ VScript ]: function CBaseEntity:GatherCriteria( hResult ) end
737[ VScript ]:
738[ VScript ]:
739[ VScript ]: ---[[ CBaseEntity:GetAngles ]]
740[ VScript ]: -- @return QAngle
741[ VScript ]: function CBaseEntity:GetAngles( ) end
742[ VScript ]:
743[ VScript ]:
744[ VScript ]: function CBaseEntity:GetAngularVelocity( ) end
745[ VScript ]:
746[ VScript ]: ---[[ CBaseEntity:GetBaseVelocity Get Base? velocity. ]]
747[ VScript ]: function CBaseEntity:GetBaseVelocity( ) end
748[ VScript ]:
749[ VScript ]: function CBaseEntity:GetBoundingMaxs( ) end
750[ VScript ]:
751[ VScript ]: function CBaseEntity:GetBoundingMins( ) end
752[ VScript ]:
753[ VScript ]: -- @return table
754[ VScript ]: function CBaseEntity:GetBounds( ) end
755[ VScript ]:
756[ VScript ]: function CBaseEntity:GetCenter( ) end
757[ VScript ]:
758[ VScript ]: ---[[ CBaseEntity:GetChildren Get the entities parented to this entity. ]]
759[ VScript ]: -- @return handle
760[ VScript ]: function CBaseEntity:GetChildren( ) end
761[ VScript ]:
762[ VScript ]: -- @return table
763[ VScript ]: -- @param name string
764[ VScript ]: function CBaseEntity:GetContext( name ) end
765[ VScript ]:
766[ VScript ]:
767[ VScript ]: ---[[ CBaseEntity:GetHealth Get the health of this entity. ]]
768[ VScript ]: -- @return int
769[ VScript ]: function CBaseEntity:GetHealth( ) end
770[ VScript ]:
771[ VScript ]: ---[[ CBaseEntity:GetLocalAngularVelocity Maybe local angvel ]]
772[ VScript ]: -- @return QAngle
773[ VScript ]: function CBaseEntity:GetLocalAngularVelocity( ) end
774[ VScript ]:
775[ VScript ]: ---[[ CBaseEntity:GetLocalVelocity Get Entity relative velocity. ]]
776[ VScript ]: function CBaseEntity:GetLocalVelocity( ) end
777[ VScript ]:
778[ VScript ]: ---[[ CBaseEntity:GetMaxHealth Get the maximum health of this entity. ]]
779[ VScript ]: -- @return int
780[ VScript ]: function CBaseEntity:GetMaxHealth( ) end
781[ VScript ]:
782[ VScript ]: ---[[ CBaseEntity:GetModelName Returns the name of the model. ]]
783[ VScript ]: -- @return string
784[ VScript ]: function CBaseEntity:GetModelName( ) end
785[ VScript ]:
786[ VScript ]: ---[[ CBaseEntity:GetMoveParent If in hierarchy, retrieves the entity's parent. ]]
787[ VScript ]: -- @return handle
788[ VScript ]: function CBaseEntity:GetMoveParent( ) end
789[ VScript ]:
790[ VScript ]:
791[ VScript ]: ---[[ CBaseEntity:GetOwner Gets this entity's owner ]]
792[ VScript ]: -- @return handle
793[ VScript ]: function CBaseEntity:GetOwner( ) end
794[ VScript ]:
795[ VScript ]: ---[[ CBaseEntity:GetOwnerEntity Get the owner entity, if there is one ]]
796[ VScript ]: -- @return handle
797[ VScript ]: function CBaseEntity:GetOwnerEntity( ) end
798[ VScript ]:
799[ VScript ]:
800[ VScript ]: ---[[ CBaseEntity:GetRootMoveParent If in hierarchy, walks up the hierarchy to find the root parent. ]]
801[ VScript ]: -- @return handle
802[ VScript ]: function CBaseEntity:GetRootMoveParent( ) end
803[ VScript ]:
804[ VScript ]: -- @return float
805[ VScript ]:
806[ VScript ]: ---[[ CBaseEntity:GetTeam Get the team number of this entity. ]]
807[ VScript ]: -- @return int
808[ VScript ]: function CBaseEntity:GetTeam( ) end
809[ VScript ]:
810[ VScript ]: ---[[ CBaseEntity:GetTeamNumber Get the team number of this entity. ]]
811[ VScript ]: -- @return int
812[ VScript ]: function CBaseEntity:GetTeamNumber( ) end
813[ VScript ]:
814[ VScript ]:
815[ VScript ]: ---[[ CBaseEntity:GetVelocity ]]
816[ VScript ]: function CBaseEntity:GetVelocity( ) end
817[ VScript ]:
818[ VScript ]: ---[[ CBaseEntity:HasAttribute See if an entity has a particular attribute. ]]
819[ VScript ]: -- @return bool
820[ VScript ]: -- @param pName string
821[ VScript ]: function CBaseEntity:HasAttribute( pName ) end
822[ VScript ]:
823[ VScript ]: ---[[ CBaseEntity:IsAlive Is this entity alive? ]]
824[ VScript ]: -- @return bool
825[ VScript ]: function CBaseEntity:IsAlive( ) end
826[ VScript ]:
827[ VScript ]: ---[[ CBaseEntity:IsPlayer Is this entity a player? ]]
828[ VScript ]: -- @return bool
829[ VScript ]: function CBaseEntity:IsPlayer( ) end
830[ VScript ]:
831[ VScript ]: ---[[ CBaseEntity:Kill ]]
832[ VScript ]: -- @return void
833[ VScript ]: function CBaseEntity:Kill( ) end
834[ VScript ]:
835[ VScript ]: ---[[ CBaseEntity:NextMovePeer ]]
836[ VScript ]: -- @return handle
837[ VScript ]: function CBaseEntity:NextMovePeer( ) end
838[ VScript ]:
839[ VScript ]: -- @return void
840[ VScript ]: -- @param duration float
841[ VScript ]: -- @param friction float
842[ VScript ]: function CBaseEntity:OverrideFriction( duration, friction ) end
843[ VScript ]:
844[ VScript ]: -- @return void
845[ VScript ]:
846[ VScript ]: ---[[ CBaseEntity:RemoveEffects RemoveEffects( int ): Removes the render effect flag. ]]
847[ VScript ]: -- @return void
848[ VScript ]: -- @param nFlags int
849[ VScript ]: function CBaseEntity:RemoveEffects( nFlags ) end
850[ VScript ]:
851[ VScript ]: -- @return void
852[ VScript ]:
853[ VScript ]: ---[[ CBaseEntity:SetAngles Set entity pitch, yaw, roll. ]]
854[ VScript ]: -- @return void
855[ VScript ]: -- @param fPitch float
856[ VScript ]: -- @param fYaw float
857[ VScript ]: -- @param fRoll float
858[ VScript ]: function CBaseEntity:SetAngles( fPitch, fYaw, fRoll ) end
859[ VScript ]:
860[ VScript ]: ---[[ CBaseEntity:SetAngularVelocity Set the local angular velocity - takes float pitch,yaw,roll velocities ]]
861[ VScript ]: -- @return void
862[ VScript ]: -- @param pitchVel float
863[ VScript ]: -- @param yawVel float
864[ VScript ]: -- @param rollVel float
865[ VScript ]: function CBaseEntity:SetAngularVelocity( pitchVel, yawVel, rollVel ) end
866[ VScript ]:
867[ VScript ]: ---[[ CBaseEntity:SetConstraint Set the position of the constraint. ]]
868[ VScript ]: -- @return void
869[ VScript ]: function CBaseEntity:SetConstraint( vPos ) end
870[ VScript ]:
871[ VScript ]: -- @return void
872[ VScript ]: -- @param pName string
873[ VScript ]: -- @param pValue string
874[ VScript ]: -- @param duration float
875[ VScript ]: function CBaseEntity:SetContext( pName, pValue, duration ) end
876[ VScript ]:
877[ VScript ]: -- @return void
878[ VScript ]: -- @param pName string
879[ VScript ]: -- @param fValue float
880[ VScript ]: -- @param duration float
881[ VScript ]: function CBaseEntity:SetContextNum( pName, fValue, duration ) end
882[ VScript ]:
883[ VScript ]: ---[[ CBaseEntity:SetContextThink Set a think function on this entity. ]]
884[ VScript ]: -- @return void
885[ VScript ]: -- @param pszContextName string
886[ VScript ]: -- @param hThinkFunc handle
887[ VScript ]: -- @param flInterval float
888[ VScript ]: function CBaseEntity:SetContextThink( pszContextName, hThinkFunc, flInterval ) end
889[ VScript ]:
890[ VScript ]: -- @return void
891[ VScript ]:
892[ VScript ]: -- @return void
893[ VScript ]: -- @param flFriction float
894[ VScript ]: function CBaseEntity:SetFriction( flFriction ) end
895[ VScript ]:
896[ VScript ]: -- @return void
897[ VScript ]: -- @param flGravity float
898[ VScript ]: function CBaseEntity:SetGravity( flGravity ) end
899[ VScript ]:
900[ VScript ]: ---[[ CBaseEntity:SetHealth Set the health of this entity. ]]
901[ VScript ]: -- @return void
902[ VScript ]: -- @param nHealth int
903[ VScript ]: function CBaseEntity:SetHealth( nHealth ) end
904[ VScript ]:
905[ VScript ]: ---[[ CBaseEntity:SetMaxHealth Set the maximum health of this entity. ]]
906[ VScript ]: -- @return void
907[ VScript ]: -- @param amt int
908[ VScript ]: function CBaseEntity:SetMaxHealth( amt ) end
909[ VScript ]:
910[ VScript ]: -- @return void
911[ VScript ]:
912[ VScript ]: ---[[ CBaseEntity:SetOwner Sets this entity's owner ]]
913[ VScript ]: -- @return void
914[ VScript ]: -- @param pOwner handle
915[ VScript ]: function CBaseEntity:SetOwner( pOwner ) end
916[ VScript ]:
917[ VScript ]: -- @return void
918[ VScript ]: -- @param hParent handle
919[ VScript ]: -- @param pAttachmentname string
920[ VScript ]: function CBaseEntity:SetParent( hParent, pAttachmentname ) end
921[ VScript ]:
922[ VScript ]: ---[[ CBaseEntity:SetTeam ]]
923[ VScript ]: -- @return void
924[ VScript ]: -- @param iTeamNum int
925[ VScript ]: function CBaseEntity:SetTeam( iTeamNum ) end
926[ VScript ]:
927[ VScript ]: ---[[ CBaseEntity:SetVelocity ]]
928[ VScript ]: -- @return void
929[ VScript ]: function CBaseEntity:SetVelocity( vecVelocity ) end
930[ VScript ]:
931[ VScript ]: -- @return void
932[ VScript ]:
933[ VScript ]: ---[[ CBaseEntity:Trigger Fires off this entity's OnTrigger responses. ]]
934[ VScript ]: -- @return void
935[ VScript ]: function CBaseEntity:Trigger( ) end
936[ VScript ]:
937[ VScript ]: ---[[ CBaseFlex:GetCurrentScene Returns the instance of the oldest active scene entity (if any). ]]
938[ VScript ]: -- @return handle
939[ VScript ]: function CBaseFlex:GetCurrentScene( ) end
940[ VScript ]:
941[ VScript ]: ---[[ CBaseFlex:GetSceneByIndex Returns the instance of the scene entity at the specified index. ]]
942[ VScript ]: -- @return handle
943[ VScript ]: -- @param index int
944[ VScript ]: function CBaseFlex:GetSceneByIndex( index ) end
945[ VScript ]:
946[ VScript ]: ---[[ CBaseModelEntity:SetLightGroup SetLightGroup( string ): Sets the light group of the entity. ]]
947[ VScript ]: -- @return void
948[ VScript ]: -- @param pLightGroup string
949[ VScript ]: function CBaseModelEntity:SetLightGroup( pLightGroup ) end
950[ VScript ]:
951[ VScript ]: ---[[ CBaseModelEntity:SetModel ]]
952[ VScript ]: -- @return void
953[ VScript ]: -- @param pModelName string
954[ VScript ]: function CBaseModelEntity:SetModel( pModelName ) end
955[ VScript ]:
956[ VScript ]: -- @return void
957[ VScript ]: -- @param r int
958[ VScript ]: -- @param g int
959[ VScript ]: -- @param b int
960[ VScript ]:
961[ VScript ]: ---[[ CBaseModelEntity:SetRenderMode SetRenderMode( int ): Sets the render mode of the entity. ]]
962[ VScript ]: -- @return void
963[ VScript ]: -- @param nMode int
964[ VScript ]: function CBaseModelEntity:SetRenderMode( nMode ) end
965[ VScript ]:
966[ VScript ]: ---[[ CBaseModelEntity:SetSize ]]
967[ VScript ]: -- @return void
968[ VScript ]: function CBaseModelEntity:SetSize( mins, maxs ) end
969[ VScript ]:
970[ VScript ]: -- @return handle
971[ VScript ]: function CBasePlayer:GetHMDAvatar( ) end
972[ VScript ]:
973[ VScript ]: ---[[ CBasePlayer:IsNoclipping Returns true if the player is in noclip mode. ]]
974[ VScript ]: -- @return bool
975[ VScript ]: function CBasePlayer:IsNoclipping( ) end
976[ VScript ]:
977[ VScript ]: ---[[ CBasePlayer:IsUsePressed Returns true if the use key is pressed. ]]
978[ VScript ]: -- @return bool
979[ VScript ]: function CBasePlayer:IsUsePressed( ) end
980[ VScript ]:
981[ VScript ]: -- @return bool
982[ VScript ]: -- @param nButton int
983[ VScript ]:
984[ VScript ]: ---[[ CBasePlayer:Quit Quit the game from script. ]]
985[ VScript ]: -- @return void
986[ VScript ]: function CBasePlayer:Quit( ) end
987[ VScript ]:
988[ VScript ]: ---[[ CBaseTrigger:Disable Disable's the trigger ]]
989[ VScript ]: -- @return void
990[ VScript ]: function CBaseTrigger:Disable( ) end
991[ VScript ]:
992[ VScript ]: ---[[ CBaseTrigger:Enable Enable the trigger ]]
993[ VScript ]: -- @return void
994[ VScript ]: function CBaseTrigger:Enable( ) end
995[ VScript ]:
996[ VScript ]: ---[[ CBaseTrigger:IsTouching Checks whether the passed entity is touching the trigger. ]]
997[ VScript ]: -- @return bool
998[ VScript ]: -- @param hEnt handle
999[ VScript ]: function CBaseTrigger:IsTouching( hEnt ) end
1000[ VScript ]:
1001[ VScript ]: -- @return void
1002[ VScript ]:
1003[ VScript ]: ---[[ CBodyComponent:AddVelocity Add linear and angular velocity to the physics object ]]
1004[ VScript ]: -- @return void
1005[ VScript ]:
1006[ VScript ]: ---[[ CBodyComponent:DetachFromParent Detach from its parent ]]
1007[ VScript ]: -- @return void
1008[ VScript ]: function CBodyComponent:DetachFromParent( ) end
1009[ VScript ]:
1010[ VScript ]: ---[[ CBodyComponent:GetSequence Returns the active sequence
1011[ VScript ]: ]]
1012[ VScript ]: -- @return <unknown>
1013[ VScript ]: function CBodyComponent:GetSequence( ) end
1014[ VScript ]:
1015[ VScript ]: ---[[ CBodyComponent:IsAttachedToParent Is attached to parent ]]
1016[ VScript ]: -- @return bool
1017[ VScript ]: function CBodyComponent:IsAttachedToParent( ) end
1018[ VScript ]:
1019[ VScript ]: ---[[ CBodyComponent:LookupSequence Returns a sequence id given a name
1020[ VScript ]: ]]
1021[ VScript ]: -- @return <unknown>
1022[ VScript ]: -- @param string_1 string
1023[ VScript ]: function CBodyComponent:LookupSequence( string_1 ) end
1024[ VScript ]:
1025[ VScript ]: ---[[ CBodyComponent:SequenceDuration Returns the duration in seconds of the specified sequence ]]
1026[ VScript ]: -- @return float
1027[ VScript ]: -- @param string_1 string
1028[ VScript ]: function CBodyComponent:SequenceDuration( string_1 ) end
1029[ VScript ]:
1030[ VScript ]: ---[[ CBodyComponent:SetAngularVelocity ]]
1031[ VScript ]: -- @return void
1032[ VScript ]:
1033[ VScript ]: -- @return void
1034[ VScript ]: -- @param string_1 string
1035[ VScript ]: function CBodyComponent:SetAnimation( string_1 ) end
1036[ VScript ]:
1037[ VScript ]: ---[[ CBodyComponent:SetBodyGroup ]]
1038[ VScript ]: -- @return void
1039[ VScript ]: -- @param string_1 string
1040[ VScript ]: function CBodyComponent:SetBodyGroup( string_1 ) end
1041[ VScript ]:
1042[ VScript ]: ---[[ CBodyComponent:SetMaterialGroup ]]
1043[ VScript ]: -- @return void
1044[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
1045[ VScript ]: function CBodyComponent:SetMaterialGroup( utlstringtoken_1 ) end
1046[ VScript ]:
1047[ VScript ]: ---[[ CBodyComponent:SetVelocity ]]
1048[ VScript ]: -- @return void
1049[ VScript ]:
1050[ VScript ]: ---[[ CCustomGameEventManager:RegisterListener ( string EventName, func CallbackFunction ) - Register a callback to be called when a particular custom event arrives. Returns a listener ID that can be used to unregister later. ]]
1051[ VScript ]: -- @return int
1052[ VScript ]: -- @param string_1 string
1053[ VScript ]: -- @param handle_2 handle
1054[ VScript ]: function CCustomGameEventManager:RegisterListener( string_1, handle_2 ) end
1055[ VScript ]:
1056[ VScript ]: ---[[ CCustomGameEventManager:Send_ServerToAllClients ( string EventName, table EventData ) ]]
1057[ VScript ]: -- @return void
1058[ VScript ]: -- @param string_1 string
1059[ VScript ]: -- @param handle_2 handle
1060[ VScript ]: function CCustomGameEventManager:Send_ServerToAllClients( string_1, handle_2 ) end
1061[ VScript ]:
1062[ VScript ]: ---[[ CCustomGameEventManager:Send_ServerToPlayer ( Entity Player, string EventName, table EventData ) ]]
1063[ VScript ]: -- @return void
1064[ VScript ]: -- @param handle_1 handle
1065[ VScript ]: -- @param string_2 string
1066[ VScript ]: -- @param handle_3 handle
1067[ VScript ]: function CCustomGameEventManager:Send_ServerToPlayer( handle_1, string_2, handle_3 ) end
1068[ VScript ]:
1069[ VScript ]: ---[[ CCustomGameEventManager:Send_ServerToTeam ( int TeamNumber, string EventName, table EventData ) ]]
1070[ VScript ]: -- @return void
1071[ VScript ]: -- @param int_1 int
1072[ VScript ]: -- @param string_2 string
1073[ VScript ]: -- @param handle_3 handle
1074[ VScript ]: function CCustomGameEventManager:Send_ServerToTeam( int_1, string_2, handle_3 ) end
1075[ VScript ]:
1076[ VScript ]: ---[[ CCustomGameEventManager:UnregisterListener ( int ListnerID ) - Unregister a specific listener ]]
1077[ VScript ]: -- @return void
1078[ VScript ]: -- @param int_1 int
1079[ VScript ]: function CCustomGameEventManager:UnregisterListener( int_1 ) end
1080[ VScript ]:
1081[ VScript ]: -- @return void
1082[ VScript ]: -- @param Quaternion_2 Quaternion
1083[ VScript ]: -- @param float_3 float
1084[ VScript ]: -- @param bool_4 bool
1085[ VScript ]: -- @param float_5 float
1086[ VScript ]:
1087[ VScript ]: -- @return void
1088[ VScript ]: -- @param int_3 int
1089[ VScript ]: -- @param int_4 int
1090[ VScript ]: -- @param int_5 int
1091[ VScript ]: -- @param int_6 int
1092[ VScript ]: -- @param bool_7 bool
1093[ VScript ]: -- @param float_8 float
1094[ VScript ]:
1095[ VScript ]: -- @return void
1096[ VScript ]: -- @param Quaternion_4 Quaternion
1097[ VScript ]: -- @param int_5 int
1098[ VScript ]: -- @param int_6 int
1099[ VScript ]: -- @param int_7 int
1100[ VScript ]: -- @param int_8 int
1101[ VScript ]: -- @param bool_9 bool
1102[ VScript ]: -- @param float_10 float
1103[ VScript ]:
1104[ VScript ]: -- @return void
1105[ VScript ]: -- @param Quaternion_2 Quaternion
1106[ VScript ]: -- @param float_3 float
1107[ VScript ]: -- @param float_4 float
1108[ VScript ]: -- @param int_5 int
1109[ VScript ]: -- @param int_6 int
1110[ VScript ]: -- @param int_7 int
1111[ VScript ]: -- @param int_8 int
1112[ VScript ]: -- @param bool_9 bool
1113[ VScript ]: -- @param float_10 float
1114[ VScript ]:
1115[ VScript ]: -- @return void
1116[ VScript ]: -- @param Quaternion_2 Quaternion
1117[ VScript ]: -- @param float_3 float
1118[ VScript ]: -- @param int_4 int
1119[ VScript ]: -- @param int_5 int
1120[ VScript ]: -- @param int_6 int
1121[ VScript ]: -- @param int_7 int
1122[ VScript ]: -- @param bool_8 bool
1123[ VScript ]: -- @param float_9 float
1124[ VScript ]:
1125[ VScript ]: -- @return void
1126[ VScript ]: -- @param float_2 float
1127[ VScript ]: -- @param int_3 int
1128[ VScript ]: -- @param int_4 int
1129[ VScript ]: -- @param int_5 int
1130[ VScript ]: -- @param int_6 int
1131[ VScript ]: -- @param bool_7 bool
1132[ VScript ]: -- @param float_8 float
1133[ VScript ]:
1134[ VScript ]: -- @return void
1135[ VScript ]: -- @param float_3 float
1136[ VScript ]: -- @param float_4 float
1137[ VScript ]: -- @param int_5 int
1138[ VScript ]: -- @param int_6 int
1139[ VScript ]: -- @param int_7 int
1140[ VScript ]: -- @param int_8 int
1141[ VScript ]: -- @param bool_9 bool
1142[ VScript ]: -- @param float_10 float
1143[ VScript ]:
1144[ VScript ]: -- @return void
1145[ VScript ]: -- @param float_2 float
1146[ VScript ]: -- @param int_3 int
1147[ VScript ]: -- @param int_4 int
1148[ VScript ]: -- @param int_5 int
1149[ VScript ]: -- @param int_6 int
1150[ VScript ]: -- @param bool_7 bool
1151[ VScript ]: -- @param float_8 float
1152[ VScript ]:
1153[ VScript ]: -- @return void
1154[ VScript ]: -- @param float_2 float
1155[ VScript ]: -- @param int_3 int
1156[ VScript ]: -- @param int_4 int
1157[ VScript ]: -- @param int_5 int
1158[ VScript ]: -- @param int_6 int
1159[ VScript ]: -- @param bool_7 bool
1160[ VScript ]: -- @param float_8 float
1161[ VScript ]:
1162[ VScript ]: -- @return void
1163[ VScript ]: -- @param Quaternion_2 Quaternion
1164[ VScript ]: -- @param float_3 float
1165[ VScript ]: -- @param int_4 int
1166[ VScript ]: -- @param int_5 int
1167[ VScript ]: -- @param int_6 int
1168[ VScript ]: -- @param int_7 int
1169[ VScript ]: -- @param bool_8 bool
1170[ VScript ]: -- @param float_9 float
1171[ VScript ]:
1172[ VScript ]: -- @return void
1173[ VScript ]: -- @param float_3 float
1174[ VScript ]: -- @param int_4 int
1175[ VScript ]: -- @param int_5 int
1176[ VScript ]: -- @param int_6 int
1177[ VScript ]: -- @param int_7 int
1178[ VScript ]: -- @param int_8 int
1179[ VScript ]: -- @param bool_9 bool
1180[ VScript ]: -- @param float_10 float
1181[ VScript ]:
1182[ VScript ]: ---[[ CDebugOverlayScriptHelper:EntityAttachments Draws the attachments of the entity ]]
1183[ VScript ]: -- @return void
1184[ VScript ]: -- @param ehandle_1 ehandle
1185[ VScript ]: -- @param float_2 float
1186[ VScript ]: -- @param float_3 float
1187[ VScript ]: function CDebugOverlayScriptHelper:EntityAttachments( ehandle_1, float_2, float_3 ) end
1188[ VScript ]:
1189[ VScript ]: -- @return void
1190[ VScript ]: -- @param ehandle_1 ehandle
1191[ VScript ]: -- @param float_2 float
1192[ VScript ]: -- @param bool_3 bool
1193[ VScript ]: -- @param float_4 float
1194[ VScript ]: function CDebugOverlayScriptHelper:EntityAxis( ehandle_1, float_2, bool_3, float_4 ) end
1195[ VScript ]:
1196[ VScript ]: ---[[ CDebugOverlayScriptHelper:EntityBounds Draws bounds of an entity ]]
1197[ VScript ]: -- @return void
1198[ VScript ]: -- @param ehandle_1 ehandle
1199[ VScript ]: -- @param int_2 int
1200[ VScript ]: -- @param int_3 int
1201[ VScript ]: -- @param int_4 int
1202[ VScript ]: -- @param int_5 int
1203[ VScript ]: -- @param bool_6 bool
1204[ VScript ]: -- @param float_7 float
1205[ VScript ]: function CDebugOverlayScriptHelper:EntityBounds( ehandle_1, int_2, int_3, int_4, int_5, bool_6, float_7 ) end
1206[ VScript ]:
1207[ VScript ]: ---[[ CDebugOverlayScriptHelper:EntitySkeleton Draws the skeleton of the entity ]]
1208[ VScript ]: -- @return void
1209[ VScript ]: -- @param ehandle_1 ehandle
1210[ VScript ]: -- @param float_2 float
1211[ VScript ]: function CDebugOverlayScriptHelper:EntitySkeleton( ehandle_1, float_2 ) end
1212[ VScript ]:
1213[ VScript ]: ---[[ CDebugOverlayScriptHelper:EntityText Draws text on an entity ]]
1214[ VScript ]: -- @return void
1215[ VScript ]: -- @param ehandle_1 ehandle
1216[ VScript ]: -- @param int_2 int
1217[ VScript ]: -- @param string_3 string
1218[ VScript ]: -- @param int_4 int
1219[ VScript ]: -- @param int_5 int
1220[ VScript ]: -- @param int_6 int
1221[ VScript ]: -- @param int_7 int
1222[ VScript ]: -- @param float_8 float
1223[ VScript ]: function CDebugOverlayScriptHelper:EntityText( ehandle_1, int_2, string_3, int_4, int_5, int_6, int_7, float_8 ) end
1224[ VScript ]:
1225[ VScript ]: -- @return void
1226[ VScript ]: -- @param int_3 int
1227[ VScript ]: -- @param int_4 int
1228[ VScript ]: -- @param int_5 int
1229[ VScript ]: -- @param int_6 int
1230[ VScript ]: -- @param float_7 float
1231[ VScript ]:
1232[ VScript ]: -- @return void
1233[ VScript ]: -- @param float_3 float
1234[ VScript ]: -- @param int_4 int
1235[ VScript ]: -- @param int_5 int
1236[ VScript ]: -- @param int_6 int
1237[ VScript ]: -- @param int_7 int
1238[ VScript ]: -- @param bool_8 bool
1239[ VScript ]: -- @param float_9 float
1240[ VScript ]:
1241[ VScript ]: ---[[ CDebugOverlayScriptHelper:Line Draws a line between two points ]]
1242[ VScript ]: -- @return void
1243[ VScript ]: -- @param int_3 int
1244[ VScript ]: -- @param int_4 int
1245[ VScript ]: -- @param int_5 int
1246[ VScript ]: -- @param int_6 int
1247[ VScript ]: -- @param bool_7 bool
1248[ VScript ]: -- @param float_8 float
1249[ VScript ]:
1250[ VScript ]: ---[[ CDebugOverlayScriptHelper:Line2D Draws a line between two points in screenspace ]]
1251[ VScript ]: -- @return void
1252[ VScript ]: -- @param int_3 int
1253[ VScript ]: -- @param int_4 int
1254[ VScript ]: -- @param int_5 int
1255[ VScript ]: -- @param int_6 int
1256[ VScript ]: -- @param float_7 float
1257[ VScript ]:
1258[ VScript ]: ---[[ CDebugOverlayScriptHelper:PopDebugOverlayScope Pops the identifier used to group overlays. Overlays marked with this identifier can be deleted in a big batch. ]]
1259[ VScript ]: -- @return void
1260[ VScript ]: function CDebugOverlayScriptHelper:PopDebugOverlayScope( ) end
1261[ VScript ]:
1262[ VScript ]: ---[[ CDebugOverlayScriptHelper:PushAndClearDebugOverlayScope Pushes an identifier used to group overlays. Deletes all existing overlays using this overlay id. ]]
1263[ VScript ]: -- @return void
1264[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
1265[ VScript ]: function CDebugOverlayScriptHelper:PushAndClearDebugOverlayScope( utlstringtoken_1 ) end
1266[ VScript ]:
1267[ VScript ]: ---[[ CDebugOverlayScriptHelper:PushDebugOverlayScope Pushes an identifier used to group overlays. Overlays marked with this identifier can be deleted in a big batch. ]]
1268[ VScript ]: -- @return void
1269[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
1270[ VScript ]: function CDebugOverlayScriptHelper:PushDebugOverlayScope( utlstringtoken_1 ) end
1271[ VScript ]:
1272[ VScript ]: ---[[ CDebugOverlayScriptHelper:RemoveAllInScope Removes all overlays marked with a specific identifier, regardless of their lifetime. ]]
1273[ VScript ]: -- @return void
1274[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
1275[ VScript ]: function CDebugOverlayScriptHelper:RemoveAllInScope( utlstringtoken_1 ) end
1276[ VScript ]:
1277[ VScript ]: -- @return void
1278[ VScript ]: -- @param float_3 float
1279[ VScript ]: -- @param float_4 float
1280[ VScript ]: -- @param int_5 int
1281[ VScript ]: -- @param int_6 int
1282[ VScript ]: -- @param int_7 int
1283[ VScript ]: -- @param int_8 int
1284[ VScript ]: -- @param bool_9 bool
1285[ VScript ]: -- @param float_10 float
1286[ VScript ]:
1287[ VScript ]: -- @return void
1288[ VScript ]: -- @param float_2 float
1289[ VScript ]: -- @param int_3 int
1290[ VScript ]: -- @param int_4 int
1291[ VScript ]: -- @param int_5 int
1292[ VScript ]: -- @param int_6 int
1293[ VScript ]: -- @param bool_7 bool
1294[ VScript ]: -- @param float_8 float
1295[ VScript ]:
1296[ VScript ]: -- @return void
1297[ VScript ]: -- @param Quaternion_5 Quaternion
1298[ VScript ]: -- @param int_6 int
1299[ VScript ]: -- @param int_7 int
1300[ VScript ]: -- @param int_8 int
1301[ VScript ]: -- @param int_9 int
1302[ VScript ]: -- @param float_10 float
1303[ VScript ]:
1304[ VScript ]: -- @return void
1305[ VScript ]: -- @param int_2 int
1306[ VScript ]: -- @param string_3 string
1307[ VScript ]: -- @param float_4 float
1308[ VScript ]: -- @param int_5 int
1309[ VScript ]: -- @param int_6 int
1310[ VScript ]: -- @param int_7 int
1311[ VScript ]: -- @param int_8 int
1312[ VScript ]: -- @param float_9 float
1313[ VScript ]:
1314[ VScript ]: -- @return void
1315[ VScript ]: -- @param string_1 string
1316[ VScript ]: -- @param int_4 int
1317[ VScript ]: -- @param int_5 int
1318[ VScript ]: -- @param int_6 int
1319[ VScript ]: -- @param int_7 int
1320[ VScript ]: -- @param float_10 float
1321[ VScript ]:
1322[ VScript ]: -- @return void
1323[ VScript ]: -- @param int_4 int
1324[ VScript ]: -- @param int_5 int
1325[ VScript ]: -- @param int_6 int
1326[ VScript ]: -- @param int_7 int
1327[ VScript ]: -- @param bool_8 bool
1328[ VScript ]: -- @param float_9 float
1329[ VScript ]:
1330[ VScript ]: -- @return void
1331[ VScript ]: function CDebugOverlayScriptHelper:UnitTestCycleOverlayRenderType( ) end
1332[ VScript ]:
1333[ VScript ]: -- @return void
1334[ VScript ]: -- @param Quaternion_2 Quaternion
1335[ VScript ]: -- @param string_3 string
1336[ VScript ]: -- @param int_4 int
1337[ VScript ]: -- @param int_5 int
1338[ VScript ]: -- @param int_6 int
1339[ VScript ]: -- @param int_7 int
1340[ VScript ]: -- @param bool_8 bool
1341[ VScript ]: -- @param float_9 float
1342[ VScript ]:
1343[ VScript ]: -- @return void
1344[ VScript ]: -- @param float_3 float
1345[ VScript ]: -- @param int_4 int
1346[ VScript ]: -- @param int_5 int
1347[ VScript ]: -- @param int_6 int
1348[ VScript ]: -- @param int_7 int
1349[ VScript ]: -- @param bool_8 bool
1350[ VScript ]: -- @param float_9 float
1351[ VScript ]:
1352[ VScript ]: -- @return void
1353[ VScript ]: -- @param float_2 float
1354[ VScript ]: -- @param float_3 float
1355[ VScript ]: -- @param float_4 float
1356[ VScript ]: -- @param int_5 int
1357[ VScript ]: -- @param int_6 int
1358[ VScript ]: -- @param int_7 int
1359[ VScript ]: -- @param int_8 int
1360[ VScript ]: -- @param bool_9 bool
1361[ VScript ]: -- @param float_10 float
1362[ VScript ]:
1363[ VScript ]: ---[[ CEntities:CreateByClassname Creates an entity by classname ]]
1364[ VScript ]: -- @return handle
1365[ VScript ]: -- @param string_1 string
1366[ VScript ]: function CEntities:CreateByClassname( string_1 ) end
1367[ VScript ]:
1368[ VScript ]: ---[[ CEntities:FindAllByClassname Finds all entities by class name. Returns an array containing all the found entities. ]]
1369[ VScript ]: -- @return table
1370[ VScript ]: -- @param string_1 string
1371[ VScript ]: function CEntities:FindAllByClassname( string_1 ) end
1372[ VScript ]:
1373[ VScript ]: ---[[ CEntities:FindAllByClassnameWithin Find entities by class name within a radius. ]]
1374[ VScript ]: -- @return table
1375[ VScript ]: -- @param string_1 string
1376[ VScript ]: -- @param float_3 float
1377[ VScript ]:
1378[ VScript ]: ---[[ CEntities:FindAllByModel Find entities by model name. ]]
1379[ VScript ]: -- @return table
1380[ VScript ]: -- @param string_1 string
1381[ VScript ]: function CEntities:FindAllByModel( string_1 ) end
1382[ VScript ]:
1383[ VScript ]: ---[[ CEntities:FindAllByName Find all entities by name. Returns an array containing all the found entities in it. ]]
1384[ VScript ]: -- @return table
1385[ VScript ]: -- @param string_1 string
1386[ VScript ]: function CEntities:FindAllByName( string_1 ) end
1387[ VScript ]:
1388[ VScript ]: ---[[ CEntities:FindAllByNameWithin Find entities by name within a radius. ]]
1389[ VScript ]: -- @return table
1390[ VScript ]: -- @param string_1 string
1391[ VScript ]: -- @param float_3 float
1392[ VScript ]:
1393[ VScript ]: ---[[ CEntities:FindAllByTarget Find entities by targetname. ]]
1394[ VScript ]: -- @return table
1395[ VScript ]: -- @param string_1 string
1396[ VScript ]: function CEntities:FindAllByTarget( string_1 ) end
1397[ VScript ]:
1398[ VScript ]: ---[[ CEntities:FindAllInSphere Find entities within a radius. ]]
1399[ VScript ]: -- @return table
1400[ VScript ]: -- @param float_2 float
1401[ VScript ]:
1402[ VScript ]: -- @return handle
1403[ VScript ]: -- @param handle_1 handle
1404[ VScript ]: -- @param string_2 string
1405[ VScript ]: function CEntities:FindByClassname( handle_1, string_2 ) end
1406[ VScript ]:
1407[ VScript ]: ---[[ CEntities:FindByClassnameNearest Find entities by class name nearest to a point. ]]
1408[ VScript ]: -- @return handle
1409[ VScript ]: -- @param string_1 string
1410[ VScript ]: -- @param float_3 float
1411[ VScript ]:
1412[ VScript ]: -- @return handle
1413[ VScript ]: -- @param handle_1 handle
1414[ VScript ]: -- @param string_2 string
1415[ VScript ]: -- @param float_4 float
1416[ VScript ]:
1417[ VScript ]: -- @return handle
1418[ VScript ]: -- @param handle_1 handle
1419[ VScript ]: -- @param string_2 string
1420[ VScript ]: function CEntities:FindByModel( handle_1, string_2 ) end
1421[ VScript ]:
1422[ VScript ]: -- @return handle
1423[ VScript ]: -- @param handle_1 handle
1424[ VScript ]: -- @param string_2 string
1425[ VScript ]: -- @param float_4 float
1426[ VScript ]:
1427[ VScript ]: -- @return handle
1428[ VScript ]: -- @param handle_1 handle
1429[ VScript ]: -- @param string_2 string
1430[ VScript ]: function CEntities:FindByName( handle_1, string_2 ) end
1431[ VScript ]:
1432[ VScript ]: ---[[ CEntities:FindByNameNearest Find entities by name nearest to a point. ]]
1433[ VScript ]: -- @return handle
1434[ VScript ]: -- @param string_1 string
1435[ VScript ]: -- @param float_3 float
1436[ VScript ]:
1437[ VScript ]: -- @return handle
1438[ VScript ]: -- @param handle_1 handle
1439[ VScript ]: -- @param string_2 string
1440[ VScript ]: -- @param float_4 float
1441[ VScript ]:
1442[ VScript ]: -- @return handle
1443[ VScript ]: -- @param handle_1 handle
1444[ VScript ]: -- @param string_2 string
1445[ VScript ]: function CEntities:FindByTarget( handle_1, string_2 ) end
1446[ VScript ]:
1447[ VScript ]: -- @return handle
1448[ VScript ]: -- @param handle_1 handle
1449[ VScript ]: -- @param float_3 float
1450[ VScript ]:
1451[ VScript ]: ---[[ CEntities:First Begin an iteration over the list of entities ]]
1452[ VScript ]: -- @return handle
1453[ VScript ]: function CEntities:First( ) end
1454[ VScript ]:
1455[ VScript ]: ---[[ CEntities:Next Continue an iteration over the list of entities, providing reference to a previously found entity ]]
1456[ VScript ]: -- @return handle
1457[ VScript ]: -- @param handle_1 handle
1458[ VScript ]: function CEntities:Next( handle_1 ) end
1459[ VScript ]:
1460[ VScript ]: ---[[ CEntityInstance:ConnectOutput Adds an I/O connection that will call the named function on this entity when the specified output fires. ]]
1461[ VScript ]: -- @return void
1462[ VScript ]: -- @param string_1 string
1463[ VScript ]: -- @param string_2 string
1464[ VScript ]: function CEntityInstance:ConnectOutput( string_1, string_2 ) end
1465[ VScript ]:
1466[ VScript ]: ---[[ CEntityInstance:Destroy ]]
1467[ VScript ]: -- @return void
1468[ VScript ]: function CEntityInstance:Destroy( ) end
1469[ VScript ]:
1470[ VScript ]: ---[[ CEntityInstance:DisconnectOutput Removes a connected script function from an I/O event on this entity. ]]
1471[ VScript ]: -- @return void
1472[ VScript ]: -- @param string_1 string
1473[ VScript ]: -- @param string_2 string
1474[ VScript ]: function CEntityInstance:DisconnectOutput( string_1, string_2 ) end
1475[ VScript ]:
1476[ VScript ]: ---[[ CEntityInstance:DisconnectRedirectedOutput Removes a connected script function from an I/O event on the passed entity. ]]
1477[ VScript ]: -- @return void
1478[ VScript ]: -- @param string_1 string
1479[ VScript ]: -- @param string_2 string
1480[ VScript ]: -- @param handle_3 handle
1481[ VScript ]: function CEntityInstance:DisconnectRedirectedOutput( string_1, string_2, handle_3 ) end
1482[ VScript ]:
1483[ VScript ]: ---[[ CEntityInstance:FireOutput Fire an entity output ]]
1484[ VScript ]: -- @return void
1485[ VScript ]: -- @param string_1 string
1486[ VScript ]: -- @param handle_2 handle
1487[ VScript ]: -- @param handle_3 handle
1488[ VScript ]: -- @param table_4 table
1489[ VScript ]: -- @param float_5 float
1490[ VScript ]: function CEntityInstance:FireOutput( string_1, handle_2, handle_3, table_4, float_5 ) end
1491[ VScript ]:
1492[ VScript ]: ---[[ CEntityInstance:GetClassname ]]
1493[ VScript ]: -- @return string
1494[ VScript ]: function CEntityInstance:GetClassname( ) end
1495[ VScript ]:
1496[ VScript ]: ---[[ CEntityInstance:GetDebugName Get the entity name w/help if not defined (i.e. classname/etc) ]]
1497[ VScript ]: -- @return string
1498[ VScript ]: function CEntityInstance:GetDebugName( ) end
1499[ VScript ]:
1500[ VScript ]: ---[[ CEntityInstance:GetEntityHandle Get the entity as an EHANDLE ]]
1501[ VScript ]: -- @return ehandle
1502[ VScript ]: function CEntityInstance:GetEntityHandle( ) end
1503[ VScript ]:
1504[ VScript ]: ---[[ CEntityInstance:GetEntityIndex ]]
1505[ VScript ]: -- @return int
1506[ VScript ]: function CEntityInstance:GetEntityIndex( ) end
1507[ VScript ]:
1508[ VScript ]: ---[[ CEntityInstance:GetIntAttr Get Integer Attribute ]]
1509[ VScript ]: -- @return int
1510[ VScript ]: -- @param string_1 string
1511[ VScript ]: function CEntityInstance:GetIntAttr( string_1 ) end
1512[ VScript ]:
1513[ VScript ]: ---[[ CEntityInstance:GetName ]]
1514[ VScript ]: -- @return string
1515[ VScript ]: function CEntityInstance:GetName( ) end
1516[ VScript ]:
1517[ VScript ]: -- @return handle
1518[ VScript ]:
1519[ VScript ]: -- @return handle
1520[ VScript ]:
1521[ VScript ]: ---[[ CEntityInstance:GetPrivateScriptScope Retrieve the private per-instance script-side data associated with an entity ]]
1522[ VScript ]: -- @return handle
1523[ VScript ]: function CEntityInstance:GetPrivateScriptScope( ) end
1524[ VScript ]:
1525[ VScript ]: ---[[ CEntityInstance:GetPublicScriptScope Retrieve the public script-side data associated with an entity ]]
1526[ VScript ]: -- @return handle
1527[ VScript ]: function CEntityInstance:GetPublicScriptScope( ) end
1528[ VScript ]:
1529[ VScript ]: ---[[ CEntityInstance:RedirectOutput Adds an I/O connection that will call the named function on the passed entity when the specified output fires. ]]
1530[ VScript ]: -- @return void
1531[ VScript ]: -- @param string_1 string
1532[ VScript ]: -- @param string_2 string
1533[ VScript ]: -- @param handle_3 handle
1534[ VScript ]: function CEntityInstance:RedirectOutput( string_1, string_2, handle_3 ) end
1535[ VScript ]:
1536[ VScript ]: ---[[ CEntityInstance:RemoveSelf Delete this entity ]]
1537[ VScript ]: -- @return void
1538[ VScript ]: function CEntityInstance:RemoveSelf( ) end
1539[ VScript ]:
1540[ VScript ]: ---[[ CEntityInstance:SetIntAttr Set Integer Attribute ]]
1541[ VScript ]: -- @return void
1542[ VScript ]: -- @param string_1 string
1543[ VScript ]: -- @param int_2 int
1544[ VScript ]: function CEntityInstance:SetIntAttr( string_1, int_2 ) end
1545[ VScript ]:
1546[ VScript ]: ---[[ CEntityInstance:entindex ]]
1547[ VScript ]: -- @return int
1548[ VScript ]: function CEntityInstance:entindex( ) end
1549[ VScript ]:
1550[ VScript ]: ---[[ CEnvEntityMaker:SpawnEntity Create an entity at the location of the maker ]]
1551[ VScript ]: -- @return void
1552[ VScript ]: function CEnvEntityMaker:SpawnEntity( ) end
1553[ VScript ]:
1554[ VScript ]: -- @return void
1555[ VScript ]: -- @param hEntity handle
1556[ VScript ]:
1557[ VScript ]: -- @return void
1558[ VScript ]:
1559[ VScript ]: -- @return void
1560[ VScript ]: -- @param pszName string
1561[ VScript ]:
1562[ VScript ]: -- @return void
1563[ VScript ]: -- @param flRange float
1564[ VScript ]:
1565[ VScript ]: -- @return void
1566[ VScript ]: -- @param flAtten float
1567[ VScript ]:
1568[ VScript ]: -- @return void
1569[ VScript ]: -- @param flRange float
1570[ VScript ]:
1571[ VScript ]: -- @return void
1572[ VScript ]: -- @param flAtten float
1573[ VScript ]:
1574[ VScript ]: -- @return void
1575[ VScript ]: -- @param bOn bool
1576[ VScript ]: -- @param flIntensity float
1577[ VScript ]: -- @param flNoise float
1578[ VScript ]: -- @param nPlanes int
1579[ VScript ]: -- @param flPlaneOffset float
1580[ VScript ]:
1581[ VScript ]: ---[[ CEnvTimeOfDay2:GetFloat Lookup dynamic time-of-day float value ]]
1582[ VScript ]: -- @return float
1583[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
1584[ VScript ]: -- @param float_2 float
1585[ VScript ]: function CEnvTimeOfDay2:GetFloat( utlstringtoken_1, float_2 ) end
1586[ VScript ]:
1587[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
1588[ VScript ]:
1589[ VScript ]: ---[[ CHL2_Player:PlayerCounter_CanModifyValue ( string name, int delta ) ]]
1590[ VScript ]: -- @return bool
1591[ VScript ]: -- @param string_1 string
1592[ VScript ]: -- @param int_2 int
1593[ VScript ]: function CHL2_Player:PlayerCounter_CanModifyValue( string_1, int_2 ) end
1594[ VScript ]:
1595[ VScript ]: ---[[ CHL2_Player:PlayerCounter_GetValue ( string name ) ]]
1596[ VScript ]: -- @return int
1597[ VScript ]: -- @param string_1 string
1598[ VScript ]: function CHL2_Player:PlayerCounter_GetValue( string_1 ) end
1599[ VScript ]:
1600[ VScript ]: ---[[ CHL2_Player:PlayerCounter_ModifyValue ( string name, int delta ) ]]
1601[ VScript ]: -- @return int
1602[ VScript ]: -- @param string_1 string
1603[ VScript ]: -- @param int_2 int
1604[ VScript ]: function CHL2_Player:PlayerCounter_ModifyValue( string_1, int_2 ) end
1605[ VScript ]:
1606[ VScript ]: ---[[ CHL2_Player:PlayerCounter_SetMax ( string name, int max ) ]]
1607[ VScript ]: -- @return int
1608[ VScript ]: -- @param string_1 string
1609[ VScript ]: -- @param int_2 int
1610[ VScript ]: function CHL2_Player:PlayerCounter_SetMax( string_1, int_2 ) end
1611[ VScript ]:
1612[ VScript ]: ---[[ CHL2_Player:PlayerCounter_SetMin ( string name, int min ) ]]
1613[ VScript ]: -- @return int
1614[ VScript ]: -- @param string_1 string
1615[ VScript ]: -- @param int_2 int
1616[ VScript ]: function CHL2_Player:PlayerCounter_SetMin( string_1, int_2 ) end
1617[ VScript ]:
1618[ VScript ]: ---[[ CHL2_Player:PlayerCounter_SetMinMax ( string name, int min, int max ) ]]
1619[ VScript ]: -- @return int
1620[ VScript ]: -- @param string_1 string
1621[ VScript ]: -- @param int_2 int
1622[ VScript ]: -- @param int_3 int
1623[ VScript ]: function CHL2_Player:PlayerCounter_SetMinMax( string_1, int_2, int_3 ) end
1624[ VScript ]:
1625[ VScript ]: ---[[ CHL2_Player:PlayerCounter_SetValue ( string name, int value ) ]]
1626[ VScript ]: -- @return int
1627[ VScript ]: -- @param string_1 string
1628[ VScript ]: -- @param int_2 int
1629[ VScript ]: function CHL2_Player:PlayerCounter_SetValue( string_1, int_2 ) end
1630[ VScript ]:
1631[ VScript ]: -- @param tok utlstringtoken
1632[ VScript ]:
1633[ VScript ]: -- @return float
1634[ VScript ]: -- @param tok utlstringtoken
1635[ VScript ]: -- @param flDefault float
1636[ VScript ]: function CInfoData:QueryFloat( tok, flDefault ) end
1637[ VScript ]:
1638[ VScript ]: -- @return int
1639[ VScript ]: -- @param tok utlstringtoken
1640[ VScript ]: -- @param nDefault int
1641[ VScript ]: function CInfoData:QueryInt( tok, nDefault ) end
1642[ VScript ]:
1643[ VScript ]: -- @return float
1644[ VScript ]: -- @param tok utlstringtoken
1645[ VScript ]: -- @param flDefault float
1646[ VScript ]: function CInfoData:QueryNumber( tok, flDefault ) end
1647[ VScript ]:
1648[ VScript ]: -- @return string
1649[ VScript ]: -- @param tok utlstringtoken
1650[ VScript ]: -- @param pDefault string
1651[ VScript ]: function CInfoData:QueryString( tok, pDefault ) end
1652[ VScript ]:
1653[ VScript ]: -- @param tok utlstringtoken
1654[ VScript ]:
1655[ VScript ]: ---[[ CMarkupVolumeTagged:HasTag Does this volume have the given tag. ]]
1656[ VScript ]: -- @return bool
1657[ VScript ]: -- @param pszTagName string
1658[ VScript ]: function CMarkupVolumeTagged:HasTag( pszTagName ) end
1659[ VScript ]:
1660[ VScript ]: ---[[ CNativeOutputs:AddOutput Add an output ]]
1661[ VScript ]: -- @return void
1662[ VScript ]: -- @param string_1 string
1663[ VScript ]: -- @param string_2 string
1664[ VScript ]: function CNativeOutputs:AddOutput( string_1, string_2 ) end
1665[ VScript ]:
1666[ VScript ]: ---[[ CNativeOutputs:Init Initialize with number of outputs ]]
1667[ VScript ]: -- @return void
1668[ VScript ]: -- @param int_1 int
1669[ VScript ]: function CNativeOutputs:Init( int_1 ) end
1670[ VScript ]:
1671[ VScript ]: -- @return bool
1672[ VScript ]: -- @param handle_3 handle
1673[ VScript ]:
1674[ VScript ]: -- @return void
1675[ VScript ]: function CPhysicsProp:DisableMotion( ) end
1676[ VScript ]:
1677[ VScript ]: -- @return void
1678[ VScript ]: function CPhysicsProp:EnableMotion( ) end
1679[ VScript ]:
1680[ VScript ]: ---[[ CPointTemplate:DeleteCreatedSpawnGroups DeleteCreatedSpawnGroups() : Deletes any spawn groups that this point_template has spawned. Note: The point_template will not be deleted by this. ]]
1681[ VScript ]: -- @return void
1682[ VScript ]: function CPointTemplate:DeleteCreatedSpawnGroups( ) end
1683[ VScript ]:
1684[ VScript ]: -- @return void
1685[ VScript ]:
1686[ VScript ]: ---[[ CPointTemplate:GetSpawnedEntities GetSpawnedEntities() : Get the list of the most recent spawned entities ]]
1687[ VScript ]: -- @return handle
1688[ VScript ]: function CPointTemplate:GetSpawnedEntities( ) end
1689[ VScript ]:
1690[ VScript ]: -- @return void
1691[ VScript ]: -- @param hCallbackFunc handle
1692[ VScript ]: -- @param hCallbackScope handle
1693[ VScript ]: function CPointTemplate:SetSpawnCallback( hCallbackFunc, hCallbackScope ) end
1694[ VScript ]:
1695[ VScript ]: -- @return handle
1696[ VScript ]: -- @param nHandID int
1697[ VScript ]:
1698[ VScript ]: -- @return handle
1699[ VScript ]:
1700[ VScript ]: -- @return void
1701[ VScript ]: -- @param hAttachment handle
1702[ VScript ]:
1703[ VScript ]: ---[[ CSceneEntity:AddBroadcastTeamTarget Adds a team (by index) to the broadcast list ]]
1704[ VScript ]: -- @return void
1705[ VScript ]: -- @param int_1 int
1706[ VScript ]: function CSceneEntity:AddBroadcastTeamTarget( int_1 ) end
1707[ VScript ]:
1708[ VScript ]: ---[[ CSceneEntity:Cancel Cancel scene playback ]]
1709[ VScript ]: -- @return void
1710[ VScript ]: function CSceneEntity:Cancel( ) end
1711[ VScript ]:
1712[ VScript ]: ---[[ CSceneEntity:EstimateLength Returns length of this scene in seconds. ]]
1713[ VScript ]: -- @return float
1714[ VScript ]: function CSceneEntity:EstimateLength( ) end
1715[ VScript ]:
1716[ VScript ]: ---[[ CSceneEntity:FindCamera Get the camera ]]
1717[ VScript ]: -- @return handle
1718[ VScript ]: function CSceneEntity:FindCamera( ) end
1719[ VScript ]:
1720[ VScript ]: ---[[ CSceneEntity:FindNamedEntity given an entity reference, such as !target, get actual entity from scene object ]]
1721[ VScript ]: -- @return handle
1722[ VScript ]: -- @param string_1 string
1723[ VScript ]: function CSceneEntity:FindNamedEntity( string_1 ) end
1724[ VScript ]:
1725[ VScript ]: ---[[ CSceneEntity:IsPaused If this scene is currently paused. ]]
1726[ VScript ]: -- @return bool
1727[ VScript ]: function CSceneEntity:IsPaused( ) end
1728[ VScript ]:
1729[ VScript ]: ---[[ CSceneEntity:IsPlayingBack If this scene is currently playing. ]]
1730[ VScript ]: -- @return bool
1731[ VScript ]: function CSceneEntity:IsPlayingBack( ) end
1732[ VScript ]:
1733[ VScript ]: ---[[ CSceneEntity:LoadSceneFromString given a dummy scene name and a vcd string, load the scene ]]
1734[ VScript ]: -- @return bool
1735[ VScript ]: -- @param string_1 string
1736[ VScript ]: -- @param string_2 string
1737[ VScript ]: function CSceneEntity:LoadSceneFromString( string_1, string_2 ) end
1738[ VScript ]:
1739[ VScript ]: ---[[ CSceneEntity:RemoveBroadcastTeamTarget Removes a team (by index) from the broadcast list ]]
1740[ VScript ]: -- @return void
1741[ VScript ]: -- @param int_1 int
1742[ VScript ]: function CSceneEntity:RemoveBroadcastTeamTarget( int_1 ) end
1743[ VScript ]:
1744[ VScript ]: -- @return void
1745[ VScript ]: -- @param handle_1 handle
1746[ VScript ]: function CSceneEntity:Start( handle_1 ) end
1747[ VScript ]:
1748[ VScript ]: ---[[ CScriptKeyValues:GetValue Reads a spawn key ]]
1749[ VScript ]: -- @return table
1750[ VScript ]: -- @param string_1 string
1751[ VScript ]: function CScriptKeyValues:GetValue( string_1 ) end
1752[ VScript ]:
1753[ VScript ]: ---[[ CScriptPrecacheContext:AddResource Precaches a specific resource ]]
1754[ VScript ]: -- @return void
1755[ VScript ]: -- @param string_1 string
1756[ VScript ]: function CScriptPrecacheContext:AddResource( string_1 ) end
1757[ VScript ]:
1758[ VScript ]: ---[[ CScriptPrecacheContext:GetValue Reads a spawn key ]]
1759[ VScript ]: -- @return table
1760[ VScript ]: -- @param string_1 string
1761[ VScript ]: function CScriptPrecacheContext:GetValue( string_1 ) end
1762[ VScript ]:
1763[ VScript ]: -- @return float
1764[ VScript ]: function CToneMapControllerComponent:GetBloomScale( ) end
1765[ VScript ]:
1766[ VScript ]: -- @return float
1767[ VScript ]: function CToneMapControllerComponent:GetMaxExposure( ) end
1768[ VScript ]:
1769[ VScript ]: -- @return float
1770[ VScript ]: function CToneMapControllerComponent:GetMinExposure( ) end
1771[ VScript ]:
1772[ VScript ]: -- @return void
1773[ VScript ]: -- @param float_1 float
1774[ VScript ]: function CToneMapControllerComponent:SetBloomScale( float_1 ) end
1775[ VScript ]:
1776[ VScript ]: -- @return void
1777[ VScript ]: -- @param float_1 float
1778[ VScript ]: function CToneMapControllerComponent:SetMaxExposure( float_1 ) end
1779[ VScript ]:
1780[ VScript ]: -- @return void
1781[ VScript ]: -- @param float_1 float
1782[ VScript ]: function CToneMapControllerComponent:SetMinExposure( float_1 ) end
1783[ VScript ]:
1784[ VScript ]: ---[[ Convars:GetBool GetBool(name) : returns the convar as a boolean flag. ]]
1785[ VScript ]: -- @return table
1786[ VScript ]: -- @param string_1 string
1787[ VScript ]: function Convars:GetBool( string_1 ) end
1788[ VScript ]:
1789[ VScript ]: ---[[ Convars:GetCommandClient GetCommandClient() : returns the player who issued this console command. ]]
1790[ VScript ]: -- @return handle
1791[ VScript ]: function Convars:GetCommandClient( ) end
1792[ VScript ]:
1793[ VScript ]: ---[[ Convars:GetFloat GetFloat(name) : returns the convar as a float. May return null if no such convar. ]]
1794[ VScript ]: -- @return table
1795[ VScript ]: -- @param string_1 string
1796[ VScript ]: function Convars:GetFloat( string_1 ) end
1797[ VScript ]:
1798[ VScript ]: ---[[ Convars:GetInt GetInt(name) : returns the convar as an int. May return null if no such convar. ]]
1799[ VScript ]: -- @return table
1800[ VScript ]: -- @param string_1 string
1801[ VScript ]: function Convars:GetInt( string_1 ) end
1802[ VScript ]:
1803[ VScript ]: ---[[ Convars:GetStr GetStr(name) : returns the convar as a string. May return null if no such convar. ]]
1804[ VScript ]: -- @return table
1805[ VScript ]: -- @param string_1 string
1806[ VScript ]: function Convars:GetStr( string_1 ) end
1807[ VScript ]:
1808[ VScript ]: ---[[ Convars:RegisterCommand RegisterCommand(name, fn, helpString, flags) : register a console command. ]]
1809[ VScript ]: -- @return void
1810[ VScript ]: -- @param string_1 string
1811[ VScript ]: -- @param handle_2 handle
1812[ VScript ]: -- @param string_3 string
1813[ VScript ]: -- @param int_4 int
1814[ VScript ]: function Convars:RegisterCommand( string_1, handle_2, string_3, int_4 ) end
1815[ VScript ]:
1816[ VScript ]: ---[[ Convars:RegisterConvar RegisterConvar(name, defaultValue, helpString, flags): register a new console variable. ]]
1817[ VScript ]: -- @return void
1818[ VScript ]: -- @param string_1 string
1819[ VScript ]: -- @param string_2 string
1820[ VScript ]: -- @param string_3 string
1821[ VScript ]: -- @param int_4 int
1822[ VScript ]: function Convars:RegisterConvar( string_1, string_2, string_3, int_4 ) end
1823[ VScript ]:
1824[ VScript ]: ---[[ Convars:SetBool SetBool(name, val) : sets the value of the convar to the bool. ]]
1825[ VScript ]: -- @return void
1826[ VScript ]: -- @param string_1 string
1827[ VScript ]: -- @param bool_2 bool
1828[ VScript ]: function Convars:SetBool( string_1, bool_2 ) end
1829[ VScript ]:
1830[ VScript ]: ---[[ Convars:SetFloat SetFloat(name, val) : sets the value of the convar to the float. ]]
1831[ VScript ]: -- @return void
1832[ VScript ]: -- @param string_1 string
1833[ VScript ]: -- @param float_2 float
1834[ VScript ]: function Convars:SetFloat( string_1, float_2 ) end
1835[ VScript ]:
1836[ VScript ]: ---[[ Convars:SetInt SetInt(name, val) : sets the value of the convar to the int. ]]
1837[ VScript ]: -- @return void
1838[ VScript ]: -- @param string_1 string
1839[ VScript ]: -- @param int_2 int
1840[ VScript ]: function Convars:SetInt( string_1, int_2 ) end
1841[ VScript ]:
1842[ VScript ]: ---[[ Convars:SetStr SetStr(name, val) : sets the value of the convar to the string. ]]
1843[ VScript ]: -- @return void
1844[ VScript ]: -- @param string_1 string
1845[ VScript ]: -- @param string_2 string
1846[ VScript ]: function Convars:SetStr( string_1, string_2 ) end
1847[ VScript ]:
1848[ VScript ]: ---[[ Decider:AddRule AddRule(CRule) : Add a CRule object (defined in rulescript_base.nut) ]]
1849[ VScript ]: -- @return bool
1850[ VScript ]: -- @param handle_1 handle
1851[ VScript ]: function Decider:AddRule( handle_1 ) end
1852[ VScript ]:
1853[ VScript ]: -- @return handle
1854[ VScript ]: -- @param handle_1 handle
1855[ VScript ]: -- @param float_2 float
1856[ VScript ]: function Decider:FindAllMatches( handle_1, float_2 ) end
1857[ VScript ]:
1858[ VScript ]: -- @return handle
1859[ VScript ]: -- @param handle_1 handle
1860[ VScript ]: function Decider:FindBestMatch( handle_1 ) end
1861[ VScript ]:
1862[ VScript ]: ---[[ GlobalSys:CommandLineCheck CommandLineCheck(name) : returns true if the command line param was used, otherwise false. ]]
1863[ VScript ]: -- @return table
1864[ VScript ]: -- @param string_1 string
1865[ VScript ]: function GlobalSys:CommandLineCheck( string_1 ) end
1866[ VScript ]:
1867[ VScript ]: ---[[ GlobalSys:CommandLineFloat CommandLineFloat(name) : returns the command line param as a float. ]]
1868[ VScript ]: -- @return table
1869[ VScript ]: -- @param string_1 string
1870[ VScript ]: -- @param float_2 float
1871[ VScript ]: function GlobalSys:CommandLineFloat( string_1, float_2 ) end
1872[ VScript ]:
1873[ VScript ]: ---[[ GlobalSys:CommandLineInt CommandLineInt(name) : returns the command line param as an int. ]]
1874[ VScript ]: -- @return table
1875[ VScript ]: -- @param string_1 string
1876[ VScript ]: -- @param int_2 int
1877[ VScript ]: function GlobalSys:CommandLineInt( string_1, int_2 ) end
1878[ VScript ]:
1879[ VScript ]: ---[[ GlobalSys:CommandLineStr CommandLineStr(name) : returns the command line param as a string. ]]
1880[ VScript ]: -- @return table
1881[ VScript ]: -- @param string_1 string
1882[ VScript ]: -- @param string_2 string
1883[ VScript ]: function GlobalSys:CommandLineStr( string_1, string_2 ) end
1884[ VScript ]:
1885[ VConComm ]: ==============================================================
1886[ VConComm ]: =============== End VConsole Buffered Messages ===============
1887[ VConComm ]: ==============================================================
1888[ Pipe ]: VConsole pipe (PipeTest): create message received, creating new pipe
1889[ [I] Pipe ]: VConsole pipe (PipeTest): create message received, creating new pipe
1890[ ]: ] script_help2
1891[ VScript ]: ---[[ AngleDiff Returns the number of degrees difference between two yaw angles ]]
1892[ VScript ]: -- @return float
1893[ VScript ]: -- @param float_1 float
1894[ VScript ]: -- @param float_2 float
1895[ VScript ]: function AngleDiff( float_1, float_2 ) end
1896[ VScript ]:
1897[ VScript ]: ---[[ AppendToLogFile Appends a string to a log file on the server ]]
1898[ VScript ]: -- @return void
1899[ VScript ]: -- @param string_1 string
1900[ VScript ]: -- @param string_2 string
1901[ VScript ]: function AppendToLogFile( string_1, string_2 ) end
1902[ VScript ]:
1903[ VScript ]: -- @return Quaternion
1904[ VScript ]: -- @param float_2 float
1905[ VScript ]:
1906[ VScript ]: ---[[ CalcClosestPointOnEntityOBB Compute the closest point on the OBB of an entity. ]]
1907[ VScript ]: -- @param handle_1 handle
1908[ VScript ]:
1909[ VScript ]: -- @return float
1910[ VScript ]: -- @param handle_1 handle
1911[ VScript ]: -- @param handle_2 handle
1912[ VScript ]: function CalcDistanceBetweenEntityOBB( handle_1, handle_2 ) end
1913[ VScript ]:
1914[ VScript ]: -- @return void
1915[ VScript ]: -- @param ehandle_1 ehandle
1916[ VScript ]: function CancelEntityIOEvents( ehandle_1 ) end
1917[ VScript ]:
1918[ VScript ]: ---[[ CreateEffect Pass table - Inputs: entity, effect ]]
1919[ VScript ]: -- @return bool
1920[ VScript ]: -- @param handle_1 handle
1921[ VScript ]: function CreateEffect( handle_1 ) end
1922[ VScript ]:
1923[ VScript ]: ---[[ CreateTrigger CreateTrigger( vecMin, vecMax ) : Creates and returns an AABB trigger ]]
1924[ VScript ]: -- @return handle
1925[ VScript ]:
1926[ VScript ]: -- @return handle
1927[ VScript ]: -- @param float_2 float
1928[ VScript ]:
1929[ VScript ]: ---[[ DebugBreak Breaks in the debugger ]]
1930[ VScript ]: -- @return void
1931[ VScript ]: function DebugBreak( ) end
1932[ VScript ]:
1933[ VScript ]: -- @return void
1934[ VScript ]: -- @param int_4 int
1935[ VScript ]: -- @param int_5 int
1936[ VScript ]: -- @param int_6 int
1937[ VScript ]: -- @param int_7 int
1938[ VScript ]: -- @param float_8 float
1939[ VScript ]:
1940[ VScript ]: -- @return void
1941[ VScript ]: -- @param float_6 float
1942[ VScript ]: -- @param float_7 float
1943[ VScript ]:
1944[ VScript ]: -- @return void
1945[ VScript ]: -- @param float_3 float
1946[ VScript ]: -- @param float_4 float
1947[ VScript ]: -- @param bool_5 bool
1948[ VScript ]: -- @param float_6 float
1949[ VScript ]:
1950[ VScript ]: ---[[ DebugDrawClear Try to clear all the debug overlay info ]]
1951[ VScript ]: -- @return void
1952[ VScript ]: function DebugDrawClear( ) end
1953[ VScript ]:
1954[ VScript ]: -- @return void
1955[ VScript ]: -- @param int_3 int
1956[ VScript ]: -- @param int_4 int
1957[ VScript ]: -- @param int_5 int
1958[ VScript ]: -- @param bool_6 bool
1959[ VScript ]: -- @param float_7 float
1960[ VScript ]:
1961[ VScript ]: -- @return void
1962[ VScript ]: -- @param bool_4 bool
1963[ VScript ]: -- @param float_5 float
1964[ VScript ]:
1965[ VScript ]: ---[[ DebugDrawScreenTextLine Draw text with a line offset (x, y, lineOffset, text, r, g, b, a, duration) ]]
1966[ VScript ]: -- @return void
1967[ VScript ]: -- @param float_1 float
1968[ VScript ]: -- @param float_2 float
1969[ VScript ]: -- @param int_3 int
1970[ VScript ]: -- @param string_4 string
1971[ VScript ]: -- @param int_5 int
1972[ VScript ]: -- @param int_6 int
1973[ VScript ]: -- @param int_7 int
1974[ VScript ]: -- @param int_8 int
1975[ VScript ]: -- @param float_9 float
1976[ VScript ]: function DebugDrawScreenTextLine( float_1, float_2, int_3, string_4, int_5, int_6, int_7, int_8, float_9 ) end
1977[ VScript ]:
1978[ VScript ]: -- @return void
1979[ VScript ]: -- @param float_3 float
1980[ VScript ]: -- @param float_4 float
1981[ VScript ]: -- @param bool_5 bool
1982[ VScript ]: -- @param float_6 float
1983[ VScript ]:
1984[ VScript ]: -- @return void
1985[ VScript ]: -- @param string_2 string
1986[ VScript ]: -- @param bool_3 bool
1987[ VScript ]: -- @param float_4 float
1988[ VScript ]:
1989[ VScript ]: ---[[ DebugScreenTextPretty Draw pretty debug text (x, y, lineOffset, text, r, g, b, a, duration, font, size, bBold) ]]
1990[ VScript ]: -- @return void
1991[ VScript ]: -- @param float_1 float
1992[ VScript ]: -- @param float_2 float
1993[ VScript ]: -- @param int_3 int
1994[ VScript ]: -- @param string_4 string
1995[ VScript ]: -- @param int_5 int
1996[ VScript ]: -- @param int_6 int
1997[ VScript ]: -- @param int_7 int
1998[ VScript ]: -- @param int_8 int
1999[ VScript ]: -- @param float_9 float
2000[ VScript ]: -- @param string_10 string
2001[ VScript ]: -- @param int_11 int
2002[ VScript ]: -- @param bool_12 bool
2003[ VScript ]: function DebugScreenTextPretty( float_1, float_2, int_3, string_4, int_5, int_6, int_7, int_8, float_9, string_10, int_11, bool_12 ) end
2004[ VScript ]:
2005[ VScript ]: ---[[ DoEntFire #EntFire:Generate and entity i/o event ]]
2006[ VScript ]: -- @return void
2007[ VScript ]: -- @param string_1 string
2008[ VScript ]: -- @param string_2 string
2009[ VScript ]: -- @param string_3 string
2010[ VScript ]: -- @param float_4 float
2011[ VScript ]: -- @param handle_5 handle
2012[ VScript ]: -- @param handle_6 handle
2013[ VScript ]: function DoEntFire( string_1, string_2, string_3, float_4, handle_5, handle_6 ) end
2014[ VScript ]:
2015[ VScript ]: ---[[ DoEntFireByInstanceHandle #EntFireByHandle:Generate and entity i/o event ]]
2016[ VScript ]: -- @return void
2017[ VScript ]: -- @param handle_1 handle
2018[ VScript ]: -- @param string_2 string
2019[ VScript ]: -- @param string_3 string
2020[ VScript ]: -- @param float_4 float
2021[ VScript ]: -- @param handle_5 handle
2022[ VScript ]: -- @param handle_6 handle
2023[ VScript ]: function DoEntFireByInstanceHandle( handle_1, string_2, string_3, float_4, handle_5, handle_6 ) end
2024[ VScript ]:
2025[ VScript ]: ---[[ DoIncludeScript Execute a script (internal) ]]
2026[ VScript ]: -- @return bool
2027[ VScript ]: -- @param string_1 string
2028[ VScript ]: -- @param handle_2 handle
2029[ VScript ]: function DoIncludeScript( string_1, handle_2 ) end
2030[ VScript ]:
2031[ VScript ]: ---[[ DoScriptAssert #ScriptAssert:Asserts the passed in value. Prints out a message and brings up the assert dialog. ]]
2032[ VScript ]: -- @return void
2033[ VScript ]: -- @param bool_1 bool
2034[ VScript ]: -- @param string_2 string
2035[ VScript ]: function DoScriptAssert( bool_1, string_2 ) end
2036[ VScript ]:
2037[ VScript ]: -- @return string
2038[ VScript ]: -- @param string_1 string
2039[ VScript ]: function DoUniqueString( string_1 ) end
2040[ VScript ]:
2041[ VScript ]: -- @return void
2042[ VScript ]: -- @param string_1 string
2043[ VScript ]: -- @param handle_2 handle
2044[ VScript ]:
2045[ VScript ]: -- @return void
2046[ VScript ]: -- @param string_1 string
2047[ VScript ]: -- @param handle_2 handle
2048[ VScript ]:
2049[ VScript ]: ---[[ EntIndexToHScript Turn an entity index integer to an HScript representing that entity's script instance. ]]
2050[ VScript ]: -- @return handle
2051[ VScript ]: -- @param int_1 int
2052[ VScript ]: function EntIndexToHScript( int_1 ) end
2053[ VScript ]:
2054[ VScript ]: ---[[ ExponentialDecay Smooth curve decreasing slower as it approaches zero ]]
2055[ VScript ]: -- @return float
2056[ VScript ]: -- @param float_1 float
2057[ VScript ]: -- @param float_2 float
2058[ VScript ]: -- @param float_3 float
2059[ VScript ]: function ExponentialDecay( float_1, float_2, float_3 ) end
2060[ VScript ]:
2061[ VScript ]: ---[[ FireEntityIOInputNameOnly Fire Entity's Action Input w/no data ]]
2062[ VScript ]: -- @return void
2063[ VScript ]: -- @param ehandle_1 ehandle
2064[ VScript ]: -- @param string_2 string
2065[ VScript ]: function FireEntityIOInputNameOnly( ehandle_1, string_2 ) end
2066[ VScript ]:
2067[ VScript ]: -- @return void
2068[ VScript ]: -- @param ehandle_1 ehandle
2069[ VScript ]: -- @param string_2 string
2070[ VScript ]: -- @param string_3 string
2071[ VScript ]: function FireEntityIOInputString( ehandle_1, string_2, string_3 ) end
2072[ VScript ]:
2073[ VScript ]: -- @return void
2074[ VScript ]: -- @param ehandle_1 ehandle
2075[ VScript ]: -- @param string_2 string
2076[ VScript ]:
2077[ VScript ]: ---[[ FireGameEvent Fire a game event. ]]
2078[ VScript ]: -- @return void
2079[ VScript ]: -- @param string_1 string
2080[ VScript ]: -- @param handle_2 handle
2081[ VScript ]: function FireGameEvent( string_1, handle_2 ) end
2082[ VScript ]:
2083[ VScript ]: ---[[ FireGameEventLocal Fire a game event without broadcasting to the client. ]]
2084[ VScript ]: -- @return void
2085[ VScript ]: -- @param string_1 string
2086[ VScript ]: -- @param handle_2 handle
2087[ VScript ]: function FireGameEventLocal( string_1, handle_2 ) end
2088[ VScript ]:
2089[ VScript ]: ---[[ FrameTime Get the time spent on the server in the last frame ]]
2090[ VScript ]: -- @return float
2091[ VScript ]: function FrameTime( ) end
2092[ VScript ]:
2093[ VScript ]: ---[[ GetFrameCount Returns the engines current frame count ]]
2094[ VScript ]: -- @return int
2095[ VScript ]: function GetFrameCount( ) end
2096[ VScript ]:
2097[ VScript ]: ---[[ GetListenServerHost Get the local player on a listen server. ]]
2098[ VScript ]: -- @return handle
2099[ VScript ]: function GetListenServerHost( ) end
2100[ VScript ]:
2101[ VScript ]: ---[[ GetMapName Get the name of the map. ]]
2102[ VScript ]: -- @return string
2103[ VScript ]: function GetMapName( ) end
2104[ VScript ]:
2105[ VScript ]: -- @return float
2106[ VScript ]: -- @param ehandle_1 ehandle
2107[ VScript ]: -- @param string_2 string
2108[ VScript ]: function GetMaxOutputDelay( ehandle_1, string_2 ) end
2109[ VScript ]:
2110[ VScript ]: -- @param handle_1 handle
2111[ VScript ]: function GetPhysAngularVelocity( handle_1 ) end
2112[ VScript ]:
2113[ VScript ]: -- @param handle_1 handle
2114[ VScript ]: function GetPhysVelocity( handle_1 ) end
2115[ VScript ]:
2116[ VScript ]: ---[[ InitLogFile If the given file doesn't exist, creates it with the given contents; does nothing if it exists ]]
2117[ VScript ]: -- @return void
2118[ VScript ]: -- @param string_1 string
2119[ VScript ]: -- @param string_2 string
2120[ VScript ]: function InitLogFile( string_1, string_2 ) end
2121[ VScript ]:
2122[ VScript ]: ---[[ IsDedicatedServer Returns true if this server is a dedicated server. ]]
2123[ VScript ]: -- @return bool
2124[ VScript ]: function IsDedicatedServer( ) end
2125[ VScript ]:
2126[ VScript ]: -- @return bool
2127[ VScript ]:
2128[ VScript ]: -- @return bool
2129[ VScript ]: -- @param handle_1 handle
2130[ VScript ]:
2131[ VScript ]: ---[[ IsServer Returns true if this is lua running from the server.dll. ]]
2132[ VScript ]: -- @return bool
2133[ VScript ]: function IsServer( ) end
2134[ VScript ]:
2135[ VScript ]: ---[[ IsValidEntity Checks to see if the given hScript is a valid entity ]]
2136[ VScript ]: -- @return bool
2137[ VScript ]: -- @param handle_1 handle
2138[ VScript ]: function IsValidEntity( handle_1 ) end
2139[ VScript ]:
2140[ VScript ]: -- @return int
2141[ VScript ]: -- @param string_1 string
2142[ VScript ]: -- @param handle_2 handle
2143[ VScript ]: -- @param handle_3 handle
2144[ VScript ]: function ListenToGameEvent( string_1, handle_2, handle_3 ) end
2145[ VScript ]:
2146[ VScript ]: ---[[ LoadKeyValues Creates a table from the specified keyvalues text file ]]
2147[ VScript ]: -- @return table
2148[ VScript ]: -- @param string_1 string
2149[ VScript ]: function LoadKeyValues( string_1 ) end
2150[ VScript ]:
2151[ VScript ]: ---[[ LoadKeyValuesFromString Creates a table from the specified keyvalues string ]]
2152[ VScript ]: -- @return table
2153[ VScript ]: -- @param string_1 string
2154[ VScript ]: function LoadKeyValuesFromString( string_1 ) end
2155[ VScript ]:
2156[ VScript ]: ---[[ MakeStringToken Checks to see if the given hScript is a valid entity ]]
2157[ VScript ]: -- @return int
2158[ VScript ]: -- @param string_1 string
2159[ VScript ]: function MakeStringToken( string_1 ) end
2160[ VScript ]:
2161[ VScript ]: ---[[ Msg Print a message ]]
2162[ VScript ]: -- @return void
2163[ VScript ]: -- @param string_1 string
2164[ VScript ]: function Msg( string_1 ) end
2165[ VScript ]:
2166[ VScript ]: ---[[ PlayerInstanceFromIndex Get a script instance of a player by index. ]]
2167[ VScript ]: -- @return handle
2168[ VScript ]: -- @param int_1 int
2169[ VScript ]: function PlayerInstanceFromIndex( int_1 ) end
2170[ VScript ]:
2171[ VScript ]: ---[[ PrecacheEntityFromTable Precache an entity from KeyValues in table ]]
2172[ VScript ]: -- @return void
2173[ VScript ]: -- @param string_1 string
2174[ VScript ]: -- @param handle_2 handle
2175[ VScript ]: -- @param handle_3 handle
2176[ VScript ]: function PrecacheEntityFromTable( string_1, handle_2, handle_3 ) end
2177[ VScript ]:
2178[ VScript ]: ---[[ PrecacheEntityListFromTable Precache a list of entity KeyValues tables ]]
2179[ VScript ]: -- @return void
2180[ VScript ]: -- @param handle_1 handle
2181[ VScript ]: -- @param handle_2 handle
2182[ VScript ]: function PrecacheEntityListFromTable( handle_1, handle_2 ) end
2183[ VScript ]:
2184[ VScript ]: ---[[ PrintLinkedConsoleMessage Print a console message with a linked console command ]]
2185[ VScript ]: -- @return void
2186[ VScript ]: -- @param string_1 string
2187[ VScript ]: -- @param string_2 string
2188[ VScript ]: function PrintLinkedConsoleMessage( string_1, string_2 ) end
2189[ VScript ]:
2190[ VScript ]: ---[[ RandomFloat Get a random float within a range ]]
2191[ VScript ]: -- @return float
2192[ VScript ]: -- @param float_1 float
2193[ VScript ]: -- @param float_2 float
2194[ VScript ]: function RandomFloat( float_1, float_2 ) end
2195[ VScript ]:
2196[ VScript ]: ---[[ RandomInt Get a random int within a range ]]
2197[ VScript ]: -- @return int
2198[ VScript ]: -- @param int_1 int
2199[ VScript ]: -- @param int_2 int
2200[ VScript ]: function RandomInt( int_1, int_2 ) end
2201[ VScript ]:
2202[ VScript ]: -- @return void
2203[ VScript ]: -- @param string_1 string
2204[ VScript ]: function RegisterSpawnGroupFilterProxy( string_1 ) end
2205[ VScript ]:
2206[ VScript ]: ---[[ ReloadMOTD Reloads the MotD file ]]
2207[ VScript ]: -- @return void
2208[ VScript ]: function ReloadMOTD( ) end
2209[ VScript ]:
2210[ VScript ]: -- @return void
2211[ VScript ]: -- @param string_1 string
2212[ VScript ]: function RemoveSpawnGroupFilterProxy( string_1 ) end
2213[ VScript ]:
2214[ VScript ]: -- @return QAngle
2215[ VScript ]: -- @param QAngle_1 QAngle
2216[ VScript ]: -- @param QAngle_2 QAngle
2217[ VScript ]:
2218[ VScript ]: -- @param QAngle_2 QAngle
2219[ VScript ]:
2220[ VScript ]: -- @return Quaternion
2221[ VScript ]: -- @param Quaternion_1 Quaternion
2222[ VScript ]: -- @param float_3 float
2223[ VScript ]:
2224[ VScript ]: ---[[ RotationDelta Find the delta between two QAngles. ]]
2225[ VScript ]: -- @return QAngle
2226[ VScript ]: -- @param QAngle_1 QAngle
2227[ VScript ]: -- @param QAngle_2 QAngle
2228[ VScript ]: function RotationDelta( QAngle_1, QAngle_2 ) end
2229[ VScript ]:
2230[ VScript ]: -- @return void
2231[ VScript ]: -- @param handle_1 handle
2232[ VScript ]: -- @param string_2 string
2233[ VScript ]: -- @param bool_3 bool
2234[ VScript ]: function Say( handle_1, string_2, bool_3 ) end
2235[ VScript ]:
2236[ VScript ]: ---[[ ScreenShake Start a screenshake with the following parameters. vecCenter, flAmplitude, flFrequency, flDuration, flRadius, eCommand( SHAKE_START = 0, SHAKE_STOP = 1 ), bAirShake ]]
2237[ VScript ]: -- @return void
2238[ VScript ]: -- @param float_2 float
2239[ VScript ]: -- @param float_3 float
2240[ VScript ]: -- @param float_4 float
2241[ VScript ]: -- @param float_5 float
2242[ VScript ]: -- @param int_6 int
2243[ VScript ]: -- @param bool_7 bool
2244[ VScript ]:
2245[ VScript ]: ---[[ SendToConsole Send a string to the console as a client command ]]
2246[ VScript ]: -- @return void
2247[ VScript ]: -- @param string_1 string
2248[ VScript ]: function SendToConsole( string_1 ) end
2249[ VScript ]:
2250[ VScript ]: ---[[ SendToServerConsole Send a string to the console as a server command ]]
2251[ VScript ]: -- @return void
2252[ VScript ]: -- @param string_1 string
2253[ VScript ]: function SendToServerConsole( string_1 ) end
2254[ VScript ]:
2255[ VScript ]: -- @return void
2256[ VScript ]: -- @param string_1 string
2257[ VScript ]: -- @param string_2 string
2258[ VScript ]: -- @param string_3 string
2259[ VScript ]: -- @param float_4 float
2260[ VScript ]: function SetOpvarFloatAll( string_1, string_2, string_3, float_4 ) end
2261[ VScript ]:
2262[ VScript ]: -- @return void
2263[ VScript ]: -- @param string_1 string
2264[ VScript ]: -- @param string_2 string
2265[ VScript ]: -- @param string_3 string
2266[ VScript ]: -- @param float_4 float
2267[ VScript ]: -- @param handle_5 handle
2268[ VScript ]: function SetOpvarFloatPlayer( string_1, string_2, string_3, float_4, handle_5 ) end
2269[ VScript ]:
2270[ VScript ]: ---[[ SetQuestName Set the current quest name. ]]
2271[ VScript ]: -- @return void
2272[ VScript ]: -- @param string_1 string
2273[ VScript ]: function SetQuestName( string_1 ) end
2274[ VScript ]:
2275[ VScript ]: ---[[ SetQuestPhase Set the current quest phase. ]]
2276[ VScript ]: -- @return void
2277[ VScript ]: -- @param int_1 int
2278[ VScript ]: function SetQuestPhase( int_1 ) end
2279[ VScript ]:
2280[ VScript ]: -- @return void
2281[ VScript ]: -- @param ehandle_1 ehandle
2282[ VScript ]: -- @param bool_2 bool
2283[ VScript ]: function SetRenderingEnabled( ehandle_1, bool_2 ) end
2284[ VScript ]:
2285[ VScript ]: ---[[ ShowMessage Print a hud message on all clients ]]
2286[ VScript ]: -- @return void
2287[ VScript ]: -- @param string_1 string
2288[ VScript ]: function ShowMessage( string_1 ) end
2289[ VScript ]:
2290[ VScript ]: ---[[ SpawnEntityFromTableSynchronous Synchronously spawns a single entity from a table ]]
2291[ VScript ]: -- @return handle
2292[ VScript ]: -- @param string_1 string
2293[ VScript ]: -- @param handle_2 handle
2294[ VScript ]: function SpawnEntityFromTableSynchronous( string_1, handle_2 ) end
2295[ VScript ]:
2296[ VScript ]: ---[[ SpawnEntityGroupFromTable Hierarchically spawn an entity group from a set of spawn tables. ]]
2297[ VScript ]: -- @return bool
2298[ VScript ]: -- @param handle_1 handle
2299[ VScript ]: -- @param bool_2 bool
2300[ VScript ]: -- @param handle_3 handle
2301[ VScript ]: function SpawnEntityGroupFromTable( handle_1, bool_2, handle_3 ) end
2302[ VScript ]:
2303[ VScript ]: ---[[ SpawnEntityListFromTableAsynchronous Asynchronously spawn an entity group from a list of spawn tables. A callback will be triggered when the spawning is complete ]]
2304[ VScript ]: -- @return int
2305[ VScript ]: -- @param handle_1 handle
2306[ VScript ]: -- @param handle_2 handle
2307[ VScript ]: function SpawnEntityListFromTableAsynchronous( handle_1, handle_2 ) end
2308[ VScript ]:
2309[ VScript ]: ---[[ SpawnEntityListFromTableSynchronous Synchronously spawn an entity group from a list of spawn tables. ]]
2310[ VScript ]: -- @return handle
2311[ VScript ]: -- @param handle_1 handle
2312[ VScript ]: function SpawnEntityListFromTableSynchronous( handle_1 ) end
2313[ VScript ]:
2314[ VScript ]: ---[[ SplineQuaternions (quaternion,quaternion,float) very basic interpolation of v0 to v1 over t on [0,1] ]]
2315[ VScript ]: -- @return Quaternion
2316[ VScript ]: -- @param Quaternion_1 Quaternion
2317[ VScript ]: -- @param Quaternion_2 Quaternion
2318[ VScript ]: -- @param float_3 float
2319[ VScript ]: function SplineQuaternions( Quaternion_1, Quaternion_2, float_3 ) end
2320[ VScript ]:
2321[ VScript ]: -- @param float_3 float
2322[ VScript ]:
2323[ VScript ]: -- @return void
2324[ VScript ]: -- @param string_1 string
2325[ VScript ]: -- @param handle_2 handle
2326[ VScript ]:
2327[ VScript ]: -- @return void
2328[ VScript ]: -- @param string_1 string
2329[ VScript ]:
2330[ VScript ]: -- @return void
2331[ VScript ]: -- @param string_1 string
2332[ VScript ]:
2333[ VScript ]: -- @return void
2334[ VScript ]: -- @param string_1 string
2335[ VScript ]:
2336[ VScript ]: -- @return void
2337[ VScript ]: -- @param string_1 string
2338[ VScript ]: -- @param handle_2 handle
2339[ VScript ]:
2340[ VScript ]: -- @return void
2341[ VScript ]: -- @param string_1 string
2342[ VScript ]: -- @param handle_2 handle
2343[ VScript ]:
2344[ VScript ]: ---[[ StopEffect Pass entity and effect name ]]
2345[ VScript ]: -- @return void
2346[ VScript ]: -- @param handle_1 handle
2347[ VScript ]: -- @param string_2 string
2348[ VScript ]: function StopEffect( handle_1, string_2 ) end
2349[ VScript ]:
2350[ VScript ]: ---[[ StopListeningToAllGameEvents Stop listening to all game events within a specific context. ]]
2351[ VScript ]: -- @return void
2352[ VScript ]: -- @param handle_1 handle
2353[ VScript ]: function StopListeningToAllGameEvents( handle_1 ) end
2354[ VScript ]:
2355[ VScript ]: ---[[ StopListeningToGameEvent Stop listening to a particular game event. ]]
2356[ VScript ]: -- @return bool
2357[ VScript ]: -- @param int_1 int
2358[ VScript ]: function StopListeningToGameEvent( int_1 ) end
2359[ VScript ]:
2360[ VScript ]: -- @return void
2361[ VScript ]: -- @param string_1 string
2362[ VScript ]: -- @param handle_2 handle
2363[ VScript ]:
2364[ VScript ]: -- @return void
2365[ VScript ]: -- @param string_1 string
2366[ VScript ]: -- @param handle_2 handle
2367[ VScript ]:
2368[ VScript ]: -- @return bool
2369[ VScript ]: -- @param handle_1 handle
2370[ VScript ]: function TakeDamage( handle_1 ) end
2371[ VScript ]:
2372[ VScript ]: ---[[ Time Get the current server time ]]
2373[ VScript ]: -- @return float
2374[ VScript ]: function Time( ) end
2375[ VScript ]:
2376[ VScript ]: -- @return bool
2377[ VScript ]: -- @param handle_1 handle
2378[ VScript ]: function TraceCollideable( handle_1 ) end
2379[ VScript ]:
2380[ VScript ]: -- @return bool
2381[ VScript ]: -- @param handle_1 handle
2382[ VScript ]: function TraceHull( handle_1 ) end
2383[ VScript ]:
2384[ VScript ]: -- @return bool
2385[ VScript ]: -- @param handle_1 handle
2386[ VScript ]: function TraceLine( handle_1 ) end
2387[ VScript ]:
2388[ VScript ]: -- @return void
2389[ VScript ]: -- @param int_1 int
2390[ VScript ]: -- @param string_2 string
2391[ VScript ]: -- @param int_3 int
2392[ VScript ]: -- @param int_4 int
2393[ VScript ]: -- @param int_5 int
2394[ VScript ]: -- @param int_6 int
2395[ VScript ]: function UTIL_MessageText( int_1, string_2, int_3, int_4, int_5, int_6 ) end
2396[ VScript ]:
2397[ VScript ]: -- @return void
2398[ VScript ]: -- @param string_1 string
2399[ VScript ]: -- @param int_2 int
2400[ VScript ]: -- @param int_3 int
2401[ VScript ]: -- @param int_4 int
2402[ VScript ]: -- @param int_5 int
2403[ VScript ]: function UTIL_MessageTextAll( string_1, int_2, int_3, int_4, int_5 ) end
2404[ VScript ]:
2405[ VScript ]: -- @return void
2406[ VScript ]: -- @param string_1 string
2407[ VScript ]: -- @param int_2 int
2408[ VScript ]: -- @param int_3 int
2409[ VScript ]: -- @param int_4 int
2410[ VScript ]: -- @param int_5 int
2411[ VScript ]: -- @param handle_6 handle
2412[ VScript ]: function UTIL_MessageTextAll_WithContext( string_1, int_2, int_3, int_4, int_5, handle_6 ) end
2413[ VScript ]:
2414[ VScript ]: -- @return void
2415[ VScript ]: -- @param int_1 int
2416[ VScript ]: -- @param string_2 string
2417[ VScript ]: -- @param int_3 int
2418[ VScript ]: -- @param int_4 int
2419[ VScript ]: -- @param int_5 int
2420[ VScript ]: -- @param int_6 int
2421[ VScript ]: -- @param handle_7 handle
2422[ VScript ]: function UTIL_MessageText_WithContext( int_1, string_2, int_3, int_4, int_5, int_6, handle_7 ) end
2423[ VScript ]:
2424[ VScript ]: ---[[ UTIL_Remove Removes the specified entity ]]
2425[ VScript ]: -- @return void
2426[ VScript ]: -- @param handle_1 handle
2427[ VScript ]: function UTIL_Remove( handle_1 ) end
2428[ VScript ]:
2429[ VScript ]: ---[[ UTIL_RemoveImmediate Immediately removes the specified entity ]]
2430[ VScript ]: -- @return void
2431[ VScript ]: -- @param handle_1 handle
2432[ VScript ]: function UTIL_RemoveImmediate( handle_1 ) end
2433[ VScript ]:
2434[ VScript ]: ---[[ UTIL_ResetMessageText Clear all message text on one client. ]]
2435[ VScript ]: -- @return void
2436[ VScript ]: -- @param int_1 int
2437[ VScript ]: function UTIL_ResetMessageText( int_1 ) end
2438[ VScript ]:
2439[ VScript ]: ---[[ UTIL_ResetMessageTextAll Clear all message text from all clients. ]]
2440[ VScript ]: -- @return void
2441[ VScript ]: function UTIL_ResetMessageTextAll( ) end
2442[ VScript ]:
2443[ VScript ]: ---[[ UnloadSpawnGroup Unload a spawn group by name ]]
2444[ VScript ]: -- @return void
2445[ VScript ]: -- @param string_1 string
2446[ VScript ]: function UnloadSpawnGroup( string_1 ) end
2447[ VScript ]:
2448[ VScript ]: ---[[ UnloadSpawnGroupByHandle Unload a spawn group by handle ]]
2449[ VScript ]: -- @return void
2450[ VScript ]: -- @param int_1 int
2451[ VScript ]: function UnloadSpawnGroupByHandle( int_1 ) end
2452[ VScript ]:
2453[ VScript ]: -- @return QAngle
2454[ VScript ]:
2455[ VScript ]: ---[[ Warning Print a warning ]]
2456[ VScript ]: -- @return void
2457[ VScript ]: -- @param string_1 string
2458[ VScript ]: function Warning( string_1 ) end
2459[ VScript ]:
2460[ VScript ]: ---[[ cvar_getf Gets the value of the given cvar, as a float. ]]
2461[ VScript ]: -- @return float
2462[ VScript ]: -- @param string_1 string
2463[ VScript ]: function cvar_getf( string_1 ) end
2464[ VScript ]:
2465[ VScript ]: ---[[ cvar_setf Sets the value of the given cvar, as a float. ]]
2466[ VScript ]: -- @return bool
2467[ VScript ]: -- @param string_1 string
2468[ VScript ]: -- @param float_2 float
2469[ VScript ]: function cvar_setf( string_1, float_2 ) end
2470[ VScript ]:
2471[ VScript ]: ---[[ rr_AddDecisionRule Add a rule to the decision database. ]]
2472[ VScript ]: -- @return bool
2473[ VScript ]: -- @param handle_1 handle
2474[ VScript ]: function rr_AddDecisionRule( handle_1 ) end
2475[ VScript ]:
2476[ VScript ]: ---[[ rr_CommitAIResponse Commit the result of QueryBestResponse back to the given entity to play. Call with params (entity, airesponse) ]]
2477[ VScript ]: -- @return bool
2478[ VScript ]: -- @param handle_1 handle
2479[ VScript ]: -- @param handle_2 handle
2480[ VScript ]: function rr_CommitAIResponse( handle_1, handle_2 ) end
2481[ VScript ]:
2482[ VScript ]: -- @return handle
2483[ VScript ]: function rr_GetResponseTargets( ) end
2484[ VScript ]:
2485[ VScript ]: -- @return bool
2486[ VScript ]: -- @param handle_1 handle
2487[ VScript ]: -- @param handle_2 handle
2488[ VScript ]: -- @param handle_3 handle
2489[ VScript ]: function rr_QueryBestResponse( handle_1, handle_2, handle_3 ) end
2490[ VScript ]:
2491[ VScript ]: -- @param iAttachment int
2492[ VScript ]: function CBaseAnimating:GetAttachmentAngles( iAttachment ) end
2493[ VScript ]:
2494[ VScript ]: -- @param iAttachment int
2495[ VScript ]:
2496[ VScript ]: ---[[ CBaseAnimating:GetModelScale Get scale of entity's model. ]]
2497[ VScript ]: -- @return float
2498[ VScript ]: function CBaseAnimating:GetModelScale( ) end
2499[ VScript ]:
2500[ VScript ]: ---[[ CBaseAnimating:IsSequenceFinished Ask whether the main sequence is done playing. ]]
2501[ VScript ]: -- @return bool
2502[ VScript ]: function CBaseAnimating:IsSequenceFinished( ) end
2503[ VScript ]:
2504[ VScript ]: ---[[ CBaseAnimating:ScriptLookupAttachment Get the named attachement id. ]]
2505[ VScript ]: -- @return int
2506[ VScript ]: -- @param pAttachmentName string
2507[ VScript ]: function CBaseAnimating:ScriptLookupAttachment( pAttachmentName ) end
2508[ VScript ]:
2509[ VScript ]: ---[[ CBaseAnimating:SetBodygroup Sets a bodygroup. ]]
2510[ VScript ]: -- @return void
2511[ VScript ]: -- @param iGroup int
2512[ VScript ]: -- @param iValue int
2513[ VScript ]: function CBaseAnimating:SetBodygroup( iGroup, iValue ) end
2514[ VScript ]:
2515[ VScript ]: ---[[ CBaseAnimating:SetModelScale Set scale of entity's model. ]]
2516[ VScript ]: -- @return void
2517[ VScript ]: -- @param flScale float
2518[ VScript ]: function CBaseAnimating:SetModelScale( flScale ) end
2519[ VScript ]:
2520[ VScript ]: ---[[ CBaseAnimating:SetPoseParameter Set the specified pose parameter to the specified value. ]]
2521[ VScript ]: -- @return float
2522[ VScript ]: -- @param szName string
2523[ VScript ]: -- @param fValue float
2524[ VScript ]: function CBaseAnimating:SetPoseParameter( szName, fValue ) end
2525[ VScript ]:
2526[ VScript ]: ---[[ CBaseCombatCharacter:GetEquippedWeapons GetEquippedWeapons() : Returns an array of all the equipped weapons ]]
2527[ VScript ]: -- @return table
2528[ VScript ]: function CBaseCombatCharacter:GetEquippedWeapons( ) end
2529[ VScript ]:
2530[ VScript ]: ---[[ CBaseCombatCharacter:GetWeaponCount GetWeaponCount() : Gets the number of weapons currently equipped ]]
2531[ VScript ]: -- @return int
2532[ VScript ]: function CBaseCombatCharacter:GetWeaponCount( ) end
2533[ VScript ]:
2534[ VScript ]: -- @param nHand int
2535[ VScript ]: function CBaseCombatCharacter:ShootPosition( nHand ) end
2536[ VScript ]:
2537[ VScript ]: ---[[ CBaseEntity:AddEffects AddEffects( int ): Adds the render effect flag. ]]
2538[ VScript ]: -- @return void
2539[ VScript ]: -- @param nFlags int
2540[ VScript ]: function CBaseEntity:AddEffects( nFlags ) end
2541[ VScript ]:
2542[ VScript ]: ---[[ CBaseEntity:ApplyAbsVelocityImpulse Apply a Velocity Impulse ]]
2543[ VScript ]: -- @return void
2544[ VScript ]: function CBaseEntity:ApplyAbsVelocityImpulse( vecImpulse ) end
2545[ VScript ]:
2546[ VScript ]: ---[[ CBaseEntity:ApplyLocalAngularVelocityImpulse Apply an Ang Velocity Impulse ]]
2547[ VScript ]: -- @return void
2548[ VScript ]: function CBaseEntity:ApplyLocalAngularVelocityImpulse( angImpulse ) end
2549[ VScript ]:
2550[ VScript ]: -- @return float
2551[ VScript ]: -- @param pName string
2552[ VScript ]: -- @param flDefault float
2553[ VScript ]: function CBaseEntity:Attribute_GetFloatValue( pName, flDefault ) end
2554[ VScript ]:
2555[ VScript ]: -- @return float
2556[ VScript ]: -- @param pName string
2557[ VScript ]: -- @param nDefault int
2558[ VScript ]: function CBaseEntity:Attribute_GetIntValue( pName, nDefault ) end
2559[ VScript ]:
2560[ VScript ]: -- @return void
2561[ VScript ]: -- @param pName string
2562[ VScript ]: -- @param flValue float
2563[ VScript ]: function CBaseEntity:Attribute_SetFloatValue( pName, flValue ) end
2564[ VScript ]:
2565[ VScript ]: -- @return void
2566[ VScript ]: -- @param pName string
2567[ VScript ]: -- @param nValue int
2568[ VScript ]: function CBaseEntity:Attribute_SetIntValue( pName, nValue ) end
2569[ VScript ]:
2570[ VScript ]: ---[[ CBaseEntity:DeleteAttribute Delete an entity attribute. ]]
2571[ VScript ]: -- @return void
2572[ VScript ]: -- @param pName string
2573[ VScript ]: function CBaseEntity:DeleteAttribute( pName ) end
2574[ VScript ]:
2575[ VScript ]: -- @return void
2576[ VScript ]:
2577[ VScript ]: -- @return void
2578[ VScript ]: -- @param nPitch int
2579[ VScript ]: -- @param flVolume float
2580[ VScript ]: -- @param flDelay float
2581[ VScript ]:
2582[ VScript ]: ---[[ CBaseEntity:EyeAngles Get the qangles that this entity is looking at. ]]
2583[ VScript ]: -- @return QAngle
2584[ VScript ]: function CBaseEntity:EyeAngles( ) end
2585[ VScript ]:
2586[ VScript ]: function CBaseEntity:EyePosition( ) end
2587[ VScript ]:
2588[ VScript ]: ---[[ CBaseEntity:FirstMoveChild ]]
2589[ VScript ]: -- @return handle
2590[ VScript ]: function CBaseEntity:FirstMoveChild( ) end
2591[ VScript ]:
2592[ VScript ]: -- @return void
2593[ VScript ]: -- @param hResult handle
2594[ VScript ]: function CBaseEntity:GatherCriteria( hResult ) end
2595[ VScript ]:
2596[ VScript ]:
2597[ VScript ]: ---[[ CBaseEntity:GetAngles ]]
2598[ VScript ]: -- @return QAngle
2599[ VScript ]: function CBaseEntity:GetAngles( ) end
2600[ VScript ]:
2601[ VScript ]:
2602[ VScript ]: function CBaseEntity:GetAngularVelocity( ) end
2603[ VScript ]:
2604[ VScript ]: ---[[ CBaseEntity:GetBaseVelocity Get Base? velocity. ]]
2605[ VScript ]: function CBaseEntity:GetBaseVelocity( ) end
2606[ VScript ]:
2607[ VScript ]: function CBaseEntity:GetBoundingMaxs( ) end
2608[ VScript ]:
2609[ VScript ]: function CBaseEntity:GetBoundingMins( ) end
2610[ VScript ]:
2611[ VScript ]: -- @return table
2612[ VScript ]: function CBaseEntity:GetBounds( ) end
2613[ VScript ]:
2614[ VScript ]: function CBaseEntity:GetCenter( ) end
2615[ VScript ]:
2616[ VScript ]: ---[[ CBaseEntity:GetChildren Get the entities parented to this entity. ]]
2617[ VScript ]: -- @return handle
2618[ VScript ]: function CBaseEntity:GetChildren( ) end
2619[ VScript ]:
2620[ VScript ]: -- @return table
2621[ VScript ]: -- @param name string
2622[ VScript ]: function CBaseEntity:GetContext( name ) end
2623[ VScript ]:
2624[ VScript ]:
2625[ VScript ]: ---[[ CBaseEntity:GetHealth Get the health of this entity. ]]
2626[ VScript ]: -- @return int
2627[ VScript ]: function CBaseEntity:GetHealth( ) end
2628[ VScript ]:
2629[ VScript ]: ---[[ CBaseEntity:GetLocalAngularVelocity Maybe local angvel ]]
2630[ VScript ]: -- @return QAngle
2631[ VScript ]: function CBaseEntity:GetLocalAngularVelocity( ) end
2632[ VScript ]:
2633[ VScript ]: ---[[ CBaseEntity:GetLocalVelocity Get Entity relative velocity. ]]
2634[ VScript ]: function CBaseEntity:GetLocalVelocity( ) end
2635[ VScript ]:
2636[ VScript ]: ---[[ CBaseEntity:GetMaxHealth Get the maximum health of this entity. ]]
2637[ VScript ]: -- @return int
2638[ VScript ]: function CBaseEntity:GetMaxHealth( ) end
2639[ VScript ]:
2640[ VScript ]: ---[[ CBaseEntity:GetModelName Returns the name of the model. ]]
2641[ VScript ]: -- @return string
2642[ VScript ]: function CBaseEntity:GetModelName( ) end
2643[ VScript ]:
2644[ VScript ]: ---[[ CBaseEntity:GetMoveParent If in hierarchy, retrieves the entity's parent. ]]
2645[ VScript ]: -- @return handle
2646[ VScript ]: function CBaseEntity:GetMoveParent( ) end
2647[ VScript ]:
2648[ VScript ]:
2649[ VScript ]: ---[[ CBaseEntity:GetOwner Gets this entity's owner ]]
2650[ VScript ]: -- @return handle
2651[ VScript ]: function CBaseEntity:GetOwner( ) end
2652[ VScript ]:
2653[ VScript ]: ---[[ CBaseEntity:GetOwnerEntity Get the owner entity, if there is one ]]
2654[ VScript ]: -- @return handle
2655[ VScript ]: function CBaseEntity:GetOwnerEntity( ) end
2656[ VScript ]:
2657[ VScript ]:
2658[ VScript ]: ---[[ CBaseEntity:GetRootMoveParent If in hierarchy, walks up the hierarchy to find the root parent. ]]
2659[ VScript ]: -- @return handle
2660[ VScript ]: function CBaseEntity:GetRootMoveParent( ) end
2661[ VScript ]:
2662[ VScript ]: -- @return float
2663[ VScript ]:
2664[ VScript ]: ---[[ CBaseEntity:GetTeam Get the team number of this entity. ]]
2665[ VScript ]: -- @return int
2666[ VScript ]: function CBaseEntity:GetTeam( ) end
2667[ VScript ]:
2668[ VScript ]: ---[[ CBaseEntity:GetTeamNumber Get the team number of this entity. ]]
2669[ VScript ]: -- @return int
2670[ VScript ]: function CBaseEntity:GetTeamNumber( ) end
2671[ VScript ]:
2672[ VScript ]:
2673[ VScript ]: ---[[ CBaseEntity:GetVelocity ]]
2674[ VScript ]: function CBaseEntity:GetVelocity( ) end
2675[ VScript ]:
2676[ VScript ]: ---[[ CBaseEntity:HasAttribute See if an entity has a particular attribute. ]]
2677[ VScript ]: -- @return bool
2678[ VScript ]: -- @param pName string
2679[ VScript ]: function CBaseEntity:HasAttribute( pName ) end
2680[ VScript ]:
2681[ VScript ]: ---[[ CBaseEntity:IsAlive Is this entity alive? ]]
2682[ VScript ]: -- @return bool
2683[ VScript ]: function CBaseEntity:IsAlive( ) end
2684[ VScript ]:
2685[ VScript ]: ---[[ CBaseEntity:IsPlayer Is this entity a player? ]]
2686[ VScript ]: -- @return bool
2687[ VScript ]: function CBaseEntity:IsPlayer( ) end
2688[ VScript ]:
2689[ VScript ]: ---[[ CBaseEntity:Kill ]]
2690[ VScript ]: -- @return void
2691[ VScript ]: function CBaseEntity:Kill( ) end
2692[ VScript ]:
2693[ VScript ]: ---[[ CBaseEntity:NextMovePeer ]]
2694[ VScript ]: -- @return handle
2695[ VScript ]: function CBaseEntity:NextMovePeer( ) end
2696[ VScript ]:
2697[ VScript ]: -- @return void
2698[ VScript ]: -- @param duration float
2699[ VScript ]: -- @param friction float
2700[ VScript ]: function CBaseEntity:OverrideFriction( duration, friction ) end
2701[ VScript ]:
2702[ VScript ]: -- @return void
2703[ VScript ]:
2704[ VScript ]: ---[[ CBaseEntity:RemoveEffects RemoveEffects( int ): Removes the render effect flag. ]]
2705[ VScript ]: -- @return void
2706[ VScript ]: -- @param nFlags int
2707[ VScript ]: function CBaseEntity:RemoveEffects( nFlags ) end
2708[ VScript ]:
2709[ VScript ]: -- @return void
2710[ VScript ]:
2711[ VScript ]: ---[[ CBaseEntity:SetAngles Set entity pitch, yaw, roll. ]]
2712[ VScript ]: -- @return void
2713[ VScript ]: -- @param fPitch float
2714[ VScript ]: -- @param fYaw float
2715[ VScript ]: -- @param fRoll float
2716[ VScript ]: function CBaseEntity:SetAngles( fPitch, fYaw, fRoll ) end
2717[ VScript ]:
2718[ VScript ]: ---[[ CBaseEntity:SetAngularVelocity Set the local angular velocity - takes float pitch,yaw,roll velocities ]]
2719[ VScript ]: -- @return void
2720[ VScript ]: -- @param pitchVel float
2721[ VScript ]: -- @param yawVel float
2722[ VScript ]: -- @param rollVel float
2723[ VScript ]: function CBaseEntity:SetAngularVelocity( pitchVel, yawVel, rollVel ) end
2724[ VScript ]:
2725[ VScript ]: ---[[ CBaseEntity:SetConstraint Set the position of the constraint. ]]
2726[ VScript ]: -- @return void
2727[ VScript ]: function CBaseEntity:SetConstraint( vPos ) end
2728[ VScript ]:
2729[ VScript ]: -- @return void
2730[ VScript ]: -- @param pName string
2731[ VScript ]: -- @param pValue string
2732[ VScript ]: -- @param duration float
2733[ VScript ]: function CBaseEntity:SetContext( pName, pValue, duration ) end
2734[ VScript ]:
2735[ VScript ]: -- @return void
2736[ VScript ]: -- @param pName string
2737[ VScript ]: -- @param fValue float
2738[ VScript ]: -- @param duration float
2739[ VScript ]: function CBaseEntity:SetContextNum( pName, fValue, duration ) end
2740[ VScript ]:
2741[ VScript ]: ---[[ CBaseEntity:SetContextThink Set a think function on this entity. ]]
2742[ VScript ]: -- @return void
2743[ VScript ]: -- @param pszContextName string
2744[ VScript ]: -- @param hThinkFunc handle
2745[ VScript ]: -- @param flInterval float
2746[ VScript ]: function CBaseEntity:SetContextThink( pszContextName, hThinkFunc, flInterval ) end
2747[ VScript ]:
2748[ VScript ]: -- @return void
2749[ VScript ]:
2750[ VScript ]: -- @return void
2751[ VScript ]: -- @param flFriction float
2752[ VScript ]: function CBaseEntity:SetFriction( flFriction ) end
2753[ VScript ]:
2754[ VScript ]: -- @return void
2755[ VScript ]: -- @param flGravity float
2756[ VScript ]: function CBaseEntity:SetGravity( flGravity ) end
2757[ VScript ]:
2758[ VScript ]: ---[[ CBaseEntity:SetHealth Set the health of this entity. ]]
2759[ VScript ]: -- @return void
2760[ VScript ]: -- @param nHealth int
2761[ VScript ]: function CBaseEntity:SetHealth( nHealth ) end
2762[ VScript ]:
2763[ VScript ]: ---[[ CBaseEntity:SetMaxHealth Set the maximum health of this entity. ]]
2764[ VScript ]: -- @return void
2765[ VScript ]: -- @param amt int
2766[ VScript ]: function CBaseEntity:SetMaxHealth( amt ) end
2767[ VScript ]:
2768[ VScript ]: -- @return void
2769[ VScript ]:
2770[ VScript ]: ---[[ CBaseEntity:SetOwner Sets this entity's owner ]]
2771[ VScript ]: -- @return void
2772[ VScript ]: -- @param pOwner handle
2773[ VScript ]: function CBaseEntity:SetOwner( pOwner ) end
2774[ VScript ]:
2775[ VScript ]: -- @return void
2776[ VScript ]: -- @param hParent handle
2777[ VScript ]: -- @param pAttachmentname string
2778[ VScript ]: function CBaseEntity:SetParent( hParent, pAttachmentname ) end
2779[ VScript ]:
2780[ VScript ]: ---[[ CBaseEntity:SetTeam ]]
2781[ VScript ]: -- @return void
2782[ VScript ]: -- @param iTeamNum int
2783[ VScript ]: function CBaseEntity:SetTeam( iTeamNum ) end
2784[ VScript ]:
2785[ VScript ]: ---[[ CBaseEntity:SetVelocity ]]
2786[ VScript ]: -- @return void
2787[ VScript ]: function CBaseEntity:SetVelocity( vecVelocity ) end
2788[ VScript ]:
2789[ VScript ]: -- @return void
2790[ VScript ]:
2791[ VScript ]: ---[[ CBaseEntity:Trigger Fires off this entity's OnTrigger responses. ]]
2792[ VScript ]: -- @return void
2793[ VScript ]: function CBaseEntity:Trigger( ) end
2794[ VScript ]:
2795[ VScript ]: ---[[ CBaseFlex:GetCurrentScene Returns the instance of the oldest active scene entity (if any). ]]
2796[ VScript ]: -- @return handle
2797[ VScript ]: function CBaseFlex:GetCurrentScene( ) end
2798[ VScript ]:
2799[ VScript ]: ---[[ CBaseFlex:GetSceneByIndex Returns the instance of the scene entity at the specified index. ]]
2800[ VScript ]: -- @return handle
2801[ VScript ]: -- @param index int
2802[ VScript ]: function CBaseFlex:GetSceneByIndex( index ) end
2803[ VScript ]:
2804[ VScript ]: ---[[ CBaseModelEntity:SetLightGroup SetLightGroup( string ): Sets the light group of the entity. ]]
2805[ VScript ]: -- @return void
2806[ VScript ]: -- @param pLightGroup string
2807[ VScript ]: function CBaseModelEntity:SetLightGroup( pLightGroup ) end
2808[ VScript ]:
2809[ VScript ]: ---[[ CBaseModelEntity:SetModel ]]
2810[ VScript ]: -- @return void
2811[ VScript ]: -- @param pModelName string
2812[ VScript ]: function CBaseModelEntity:SetModel( pModelName ) end
2813[ VScript ]:
2814[ VScript ]: -- @return void
2815[ VScript ]: -- @param r int
2816[ VScript ]: -- @param g int
2817[ VScript ]: -- @param b int
2818[ VScript ]:
2819[ VScript ]: ---[[ CBaseModelEntity:SetRenderMode SetRenderMode( int ): Sets the render mode of the entity. ]]
2820[ VScript ]: -- @return void
2821[ VScript ]: -- @param nMode int
2822[ VScript ]: function CBaseModelEntity:SetRenderMode( nMode ) end
2823[ VScript ]:
2824[ VScript ]: ---[[ CBaseModelEntity:SetSize ]]
2825[ VScript ]: -- @return void
2826[ VScript ]: function CBaseModelEntity:SetSize( mins, maxs ) end
2827[ VScript ]:
2828[ VScript ]: -- @return handle
2829[ VScript ]: function CBasePlayer:GetHMDAvatar( ) end
2830[ VScript ]:
2831[ VScript ]: ---[[ CBasePlayer:IsNoclipping Returns true if the player is in noclip mode. ]]
2832[ VScript ]: -- @return bool
2833[ VScript ]: function CBasePlayer:IsNoclipping( ) end
2834[ VScript ]:
2835[ VScript ]: ---[[ CBasePlayer:IsUsePressed Returns true if the use key is pressed. ]]
2836[ VScript ]: -- @return bool
2837[ VScript ]: function CBasePlayer:IsUsePressed( ) end
2838[ VScript ]:
2839[ VScript ]: -- @return bool
2840[ VScript ]: -- @param nButton int
2841[ VScript ]:
2842[ VScript ]: ---[[ CBasePlayer:Quit Quit the game from script. ]]
2843[ VScript ]: -- @return void
2844[ VScript ]: function CBasePlayer:Quit( ) end
2845[ VScript ]:
2846[ VScript ]: ---[[ CBaseTrigger:Disable Disable's the trigger ]]
2847[ VScript ]: -- @return void
2848[ VScript ]: function CBaseTrigger:Disable( ) end
2849[ VScript ]:
2850[ VScript ]: ---[[ CBaseTrigger:Enable Enable the trigger ]]
2851[ VScript ]: -- @return void
2852[ VScript ]: function CBaseTrigger:Enable( ) end
2853[ VScript ]:
2854[ VScript ]: ---[[ CBaseTrigger:IsTouching Checks whether the passed entity is touching the trigger. ]]
2855[ VScript ]: -- @return bool
2856[ VScript ]: -- @param hEnt handle
2857[ VScript ]: function CBaseTrigger:IsTouching( hEnt ) end
2858[ VScript ]:
2859[ VScript ]: -- @return void
2860[ VScript ]:
2861[ VScript ]: ---[[ CBodyComponent:AddVelocity Add linear and angular velocity to the physics object ]]
2862[ VScript ]: -- @return void
2863[ VScript ]:
2864[ VScript ]: ---[[ CBodyComponent:DetachFromParent Detach from its parent ]]
2865[ VScript ]: -- @return void
2866[ VScript ]: function CBodyComponent:DetachFromParent( ) end
2867[ VScript ]:
2868[ VScript ]: ---[[ CBodyComponent:GetSequence Returns the active sequence
2869[ VScript ]: ]]
2870[ VScript ]: -- @return <unknown>
2871[ VScript ]: function CBodyComponent:GetSequence( ) end
2872[ VScript ]:
2873[ VScript ]: ---[[ CBodyComponent:IsAttachedToParent Is attached to parent ]]
2874[ VScript ]: -- @return bool
2875[ VScript ]: function CBodyComponent:IsAttachedToParent( ) end
2876[ VScript ]:
2877[ VScript ]: ---[[ CBodyComponent:LookupSequence Returns a sequence id given a name
2878[ VScript ]: ]]
2879[ VScript ]: -- @return <unknown>
2880[ VScript ]: -- @param string_1 string
2881[ VScript ]: function CBodyComponent:LookupSequence( string_1 ) end
2882[ VScript ]:
2883[ VScript ]: ---[[ CBodyComponent:SequenceDuration Returns the duration in seconds of the specified sequence ]]
2884[ VScript ]: -- @return float
2885[ VScript ]: -- @param string_1 string
2886[ VScript ]: function CBodyComponent:SequenceDuration( string_1 ) end
2887[ VScript ]:
2888[ VScript ]: ---[[ CBodyComponent:SetAngularVelocity ]]
2889[ VScript ]: -- @return void
2890[ VScript ]:
2891[ VScript ]: -- @return void
2892[ VScript ]: -- @param string_1 string
2893[ VScript ]: function CBodyComponent:SetAnimation( string_1 ) end
2894[ VScript ]:
2895[ VScript ]: ---[[ CBodyComponent:SetBodyGroup ]]
2896[ VScript ]: -- @return void
2897[ VScript ]: -- @param string_1 string
2898[ VScript ]: function CBodyComponent:SetBodyGroup( string_1 ) end
2899[ VScript ]:
2900[ VScript ]: ---[[ CBodyComponent:SetMaterialGroup ]]
2901[ VScript ]: -- @return void
2902[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
2903[ VScript ]: function CBodyComponent:SetMaterialGroup( utlstringtoken_1 ) end
2904[ VScript ]:
2905[ VScript ]: ---[[ CBodyComponent:SetVelocity ]]
2906[ VScript ]: -- @return void
2907[ VScript ]:
2908[ VScript ]: ---[[ CCustomGameEventManager:RegisterListener ( string EventName, func CallbackFunction ) - Register a callback to be called when a particular custom event arrives. Returns a listener ID that can be used to unregister later. ]]
2909[ VScript ]: -- @return int
2910[ VScript ]: -- @param string_1 string
2911[ VScript ]: -- @param handle_2 handle
2912[ VScript ]: function CCustomGameEventManager:RegisterListener( string_1, handle_2 ) end
2913[ VScript ]:
2914[ VScript ]: ---[[ CCustomGameEventManager:Send_ServerToAllClients ( string EventName, table EventData ) ]]
2915[ VScript ]: -- @return void
2916[ VScript ]: -- @param string_1 string
2917[ VScript ]: -- @param handle_2 handle
2918[ VScript ]: function CCustomGameEventManager:Send_ServerToAllClients( string_1, handle_2 ) end
2919[ VScript ]:
2920[ VScript ]: ---[[ CCustomGameEventManager:Send_ServerToPlayer ( Entity Player, string EventName, table EventData ) ]]
2921[ VScript ]: -- @return void
2922[ VScript ]: -- @param handle_1 handle
2923[ VScript ]: -- @param string_2 string
2924[ VScript ]: -- @param handle_3 handle
2925[ VScript ]: function CCustomGameEventManager:Send_ServerToPlayer( handle_1, string_2, handle_3 ) end
2926[ VScript ]:
2927[ VScript ]: ---[[ CCustomGameEventManager:Send_ServerToTeam ( int TeamNumber, string EventName, table EventData ) ]]
2928[ VScript ]: -- @return void
2929[ VScript ]: -- @param int_1 int
2930[ VScript ]: -- @param string_2 string
2931[ VScript ]: -- @param handle_3 handle
2932[ VScript ]: function CCustomGameEventManager:Send_ServerToTeam( int_1, string_2, handle_3 ) end
2933[ VScript ]:
2934[ VScript ]: ---[[ CCustomGameEventManager:UnregisterListener ( int ListnerID ) - Unregister a specific listener ]]
2935[ VScript ]: -- @return void
2936[ VScript ]: -- @param int_1 int
2937[ VScript ]: function CCustomGameEventManager:UnregisterListener( int_1 ) end
2938[ VScript ]:
2939[ VScript ]: -- @return void
2940[ VScript ]: -- @param Quaternion_2 Quaternion
2941[ VScript ]: -- @param float_3 float
2942[ VScript ]: -- @param bool_4 bool
2943[ VScript ]: -- @param float_5 float
2944[ VScript ]:
2945[ VScript ]: -- @return void
2946[ VScript ]: -- @param int_3 int
2947[ VScript ]: -- @param int_4 int
2948[ VScript ]: -- @param int_5 int
2949[ VScript ]: -- @param int_6 int
2950[ VScript ]: -- @param bool_7 bool
2951[ VScript ]: -- @param float_8 float
2952[ VScript ]:
2953[ VScript ]: -- @return void
2954[ VScript ]: -- @param Quaternion_4 Quaternion
2955[ VScript ]: -- @param int_5 int
2956[ VScript ]: -- @param int_6 int
2957[ VScript ]: -- @param int_7 int
2958[ VScript ]: -- @param int_8 int
2959[ VScript ]: -- @param bool_9 bool
2960[ VScript ]: -- @param float_10 float
2961[ VScript ]:
2962[ VScript ]: -- @return void
2963[ VScript ]: -- @param Quaternion_2 Quaternion
2964[ VScript ]: -- @param float_3 float
2965[ VScript ]: -- @param float_4 float
2966[ VScript ]: -- @param int_5 int
2967[ VScript ]: -- @param int_6 int
2968[ VScript ]: -- @param int_7 int
2969[ VScript ]: -- @param int_8 int
2970[ VScript ]: -- @param bool_9 bool
2971[ VScript ]: -- @param float_10 float
2972[ VScript ]:
2973[ VScript ]: -- @return void
2974[ VScript ]: -- @param Quaternion_2 Quaternion
2975[ VScript ]: -- @param float_3 float
2976[ VScript ]: -- @param int_4 int
2977[ VScript ]: -- @param int_5 int
2978[ VScript ]: -- @param int_6 int
2979[ VScript ]: -- @param int_7 int
2980[ VScript ]: -- @param bool_8 bool
2981[ VScript ]: -- @param float_9 float
2982[ VScript ]:
2983[ VScript ]: -- @return void
2984[ VScript ]: -- @param float_2 float
2985[ VScript ]: -- @param int_3 int
2986[ VScript ]: -- @param int_4 int
2987[ VScript ]: -- @param int_5 int
2988[ VScript ]: -- @param int_6 int
2989[ VScript ]: -- @param bool_7 bool
2990[ VScript ]: -- @param float_8 float
2991[ VScript ]:
2992[ VScript ]: -- @return void
2993[ VScript ]: -- @param float_3 float
2994[ VScript ]: -- @param float_4 float
2995[ VScript ]: -- @param int_5 int
2996[ VScript ]: -- @param int_6 int
2997[ VScript ]: -- @param int_7 int
2998[ VScript ]: -- @param int_8 int
2999[ VScript ]: -- @param bool_9 bool
3000[ VScript ]: -- @param float_10 float
3001[ VScript ]:
3002[ VScript ]: -- @return void
3003[ VScript ]: -- @param float_2 float
3004[ VScript ]: -- @param int_3 int
3005[ VScript ]: -- @param int_4 int
3006[ VScript ]: -- @param int_5 int
3007[ VScript ]: -- @param int_6 int
3008[ VScript ]: -- @param bool_7 bool
3009[ VScript ]: -- @param float_8 float
3010[ VScript ]:
3011[ VScript ]: -- @return void
3012[ VScript ]: -- @param float_2 float
3013[ VScript ]: -- @param int_3 int
3014[ VScript ]: -- @param int_4 int
3015[ VScript ]: -- @param int_5 int
3016[ VScript ]: -- @param int_6 int
3017[ VScript ]: -- @param bool_7 bool
3018[ VScript ]: -- @param float_8 float
3019[ VScript ]:
3020[ VScript ]: -- @return void
3021[ VScript ]: -- @param Quaternion_2 Quaternion
3022[ VScript ]: -- @param float_3 float
3023[ VScript ]: -- @param int_4 int
3024[ VScript ]: -- @param int_5 int
3025[ VScript ]: -- @param int_6 int
3026[ VScript ]: -- @param int_7 int
3027[ VScript ]: -- @param bool_8 bool
3028[ VScript ]: -- @param float_9 float
3029[ VScript ]:
3030[ VScript ]: -- @return void
3031[ VScript ]: -- @param float_3 float
3032[ VScript ]: -- @param int_4 int
3033[ VScript ]: -- @param int_5 int
3034[ VScript ]: -- @param int_6 int
3035[ VScript ]: -- @param int_7 int
3036[ VScript ]: -- @param int_8 int
3037[ VScript ]: -- @param bool_9 bool
3038[ VScript ]: -- @param float_10 float
3039[ VScript ]:
3040[ VScript ]: ---[[ CDebugOverlayScriptHelper:EntityAttachments Draws the attachments of the entity ]]
3041[ VScript ]: -- @return void
3042[ VScript ]: -- @param ehandle_1 ehandle
3043[ VScript ]: -- @param float_2 float
3044[ VScript ]: -- @param float_3 float
3045[ VScript ]: function CDebugOverlayScriptHelper:EntityAttachments( ehandle_1, float_2, float_3 ) end
3046[ VScript ]:
3047[ VScript ]: -- @return void
3048[ VScript ]: -- @param ehandle_1 ehandle
3049[ VScript ]: -- @param float_2 float
3050[ VScript ]: -- @param bool_3 bool
3051[ VScript ]: -- @param float_4 float
3052[ VScript ]: function CDebugOverlayScriptHelper:EntityAxis( ehandle_1, float_2, bool_3, float_4 ) end
3053[ VScript ]:
3054[ VScript ]: ---[[ CDebugOverlayScriptHelper:EntityBounds Draws bounds of an entity ]]
3055[ VScript ]: -- @return void
3056[ VScript ]: -- @param ehandle_1 ehandle
3057[ VScript ]: -- @param int_2 int
3058[ VScript ]: -- @param int_3 int
3059[ VScript ]: -- @param int_4 int
3060[ VScript ]: -- @param int_5 int
3061[ VScript ]: -- @param bool_6 bool
3062[ VScript ]: -- @param float_7 float
3063[ VScript ]: function CDebugOverlayScriptHelper:EntityBounds( ehandle_1, int_2, int_3, int_4, int_5, bool_6, float_7 ) end
3064[ VScript ]:
3065[ VScript ]: ---[[ CDebugOverlayScriptHelper:EntitySkeleton Draws the skeleton of the entity ]]
3066[ VScript ]: -- @return void
3067[ VScript ]: -- @param ehandle_1 ehandle
3068[ VScript ]: -- @param float_2 float
3069[ VScript ]: function CDebugOverlayScriptHelper:EntitySkeleton( ehandle_1, float_2 ) end
3070[ VScript ]:
3071[ VScript ]: ---[[ CDebugOverlayScriptHelper:EntityText Draws text on an entity ]]
3072[ VScript ]: -- @return void
3073[ VScript ]: -- @param ehandle_1 ehandle
3074[ VScript ]: -- @param int_2 int
3075[ VScript ]: -- @param string_3 string
3076[ VScript ]: -- @param int_4 int
3077[ VScript ]: -- @param int_5 int
3078[ VScript ]: -- @param int_6 int
3079[ VScript ]: -- @param int_7 int
3080[ VScript ]: -- @param float_8 float
3081[ VScript ]: function CDebugOverlayScriptHelper:EntityText( ehandle_1, int_2, string_3, int_4, int_5, int_6, int_7, float_8 ) end
3082[ VScript ]:
3083[ VScript ]: -- @return void
3084[ VScript ]: -- @param int_3 int
3085[ VScript ]: -- @param int_4 int
3086[ VScript ]: -- @param int_5 int
3087[ VScript ]: -- @param int_6 int
3088[ VScript ]: -- @param float_7 float
3089[ VScript ]:
3090[ VScript ]: -- @return void
3091[ VScript ]: -- @param float_3 float
3092[ VScript ]: -- @param int_4 int
3093[ VScript ]: -- @param int_5 int
3094[ VScript ]: -- @param int_6 int
3095[ VScript ]: -- @param int_7 int
3096[ VScript ]: -- @param bool_8 bool
3097[ VScript ]: -- @param float_9 float
3098[ VScript ]:
3099[ VScript ]: ---[[ CDebugOverlayScriptHelper:Line Draws a line between two points ]]
3100[ VScript ]: -- @return void
3101[ VScript ]: -- @param int_3 int
3102[ VScript ]: -- @param int_4 int
3103[ VScript ]: -- @param int_5 int
3104[ VScript ]: -- @param int_6 int
3105[ VScript ]: -- @param bool_7 bool
3106[ VScript ]: -- @param float_8 float
3107[ VScript ]:
3108[ VScript ]: ---[[ CDebugOverlayScriptHelper:Line2D Draws a line between two points in screenspace ]]
3109[ VScript ]: -- @return void
3110[ VScript ]: -- @param int_3 int
3111[ VScript ]: -- @param int_4 int
3112[ VScript ]: -- @param int_5 int
3113[ VScript ]: -- @param int_6 int
3114[ VScript ]: -- @param float_7 float
3115[ VScript ]:
3116[ VScript ]: ---[[ CDebugOverlayScriptHelper:PopDebugOverlayScope Pops the identifier used to group overlays. Overlays marked with this identifier can be deleted in a big batch. ]]
3117[ VScript ]: -- @return void
3118[ VScript ]: function CDebugOverlayScriptHelper:PopDebugOverlayScope( ) end
3119[ VScript ]:
3120[ VScript ]: ---[[ CDebugOverlayScriptHelper:PushAndClearDebugOverlayScope Pushes an identifier used to group overlays. Deletes all existing overlays using this overlay id. ]]
3121[ VScript ]: -- @return void
3122[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
3123[ VScript ]: function CDebugOverlayScriptHelper:PushAndClearDebugOverlayScope( utlstringtoken_1 ) end
3124[ VScript ]:
3125[ VScript ]: ---[[ CDebugOverlayScriptHelper:PushDebugOverlayScope Pushes an identifier used to group overlays. Overlays marked with this identifier can be deleted in a big batch. ]]
3126[ VScript ]: -- @return void
3127[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
3128[ VScript ]: function CDebugOverlayScriptHelper:PushDebugOverlayScope( utlstringtoken_1 ) end
3129[ VScript ]:
3130[ VScript ]: ---[[ CDebugOverlayScriptHelper:RemoveAllInScope Removes all overlays marked with a specific identifier, regardless of their lifetime. ]]
3131[ VScript ]: -- @return void
3132[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
3133[ VScript ]: function CDebugOverlayScriptHelper:RemoveAllInScope( utlstringtoken_1 ) end
3134[ VScript ]:
3135[ VScript ]: -- @return void
3136[ VScript ]: -- @param float_3 float
3137[ VScript ]: -- @param float_4 float
3138[ VScript ]: -- @param int_5 int
3139[ VScript ]: -- @param int_6 int
3140[ VScript ]: -- @param int_7 int
3141[ VScript ]: -- @param int_8 int
3142[ VScript ]: -- @param bool_9 bool
3143[ VScript ]: -- @param float_10 float
3144[ VScript ]:
3145[ VScript ]: -- @return void
3146[ VScript ]: -- @param float_2 float
3147[ VScript ]: -- @param int_3 int
3148[ VScript ]: -- @param int_4 int
3149[ VScript ]: -- @param int_5 int
3150[ VScript ]: -- @param int_6 int
3151[ VScript ]: -- @param bool_7 bool
3152[ VScript ]: -- @param float_8 float
3153[ VScript ]:
3154[ VScript ]: -- @return void
3155[ VScript ]: -- @param Quaternion_5 Quaternion
3156[ VScript ]: -- @param int_6 int
3157[ VScript ]: -- @param int_7 int
3158[ VScript ]: -- @param int_8 int
3159[ VScript ]: -- @param int_9 int
3160[ VScript ]: -- @param float_10 float
3161[ VScript ]:
3162[ VScript ]: -- @return void
3163[ VScript ]: -- @param int_2 int
3164[ VScript ]: -- @param string_3 string
3165[ VScript ]: -- @param float_4 float
3166[ VScript ]: -- @param int_5 int
3167[ VScript ]: -- @param int_6 int
3168[ VScript ]: -- @param int_7 int
3169[ VScript ]: -- @param int_8 int
3170[ VScript ]: -- @param float_9 float
3171[ VScript ]:
3172[ VScript ]: -- @return void
3173[ VScript ]: -- @param string_1 string
3174[ VScript ]: -- @param int_4 int
3175[ VScript ]: -- @param int_5 int
3176[ VScript ]: -- @param int_6 int
3177[ VScript ]: -- @param int_7 int
3178[ VScript ]: -- @param float_10 float
3179[ VScript ]:
3180[ VScript ]: -- @return void
3181[ VScript ]: -- @param int_4 int
3182[ VScript ]: -- @param int_5 int
3183[ VScript ]: -- @param int_6 int
3184[ VScript ]: -- @param int_7 int
3185[ VScript ]: -- @param bool_8 bool
3186[ VScript ]: -- @param float_9 float
3187[ VScript ]:
3188[ VScript ]: -- @return void
3189[ VScript ]: function CDebugOverlayScriptHelper:UnitTestCycleOverlayRenderType( ) end
3190[ VScript ]:
3191[ VScript ]: -- @return void
3192[ VScript ]: -- @param Quaternion_2 Quaternion
3193[ VScript ]: -- @param string_3 string
3194[ VScript ]: -- @param int_4 int
3195[ VScript ]: -- @param int_5 int
3196[ VScript ]: -- @param int_6 int
3197[ VScript ]: -- @param int_7 int
3198[ VScript ]: -- @param bool_8 bool
3199[ VScript ]: -- @param float_9 float
3200[ VScript ]:
3201[ VScript ]: -- @return void
3202[ VScript ]: -- @param float_3 float
3203[ VScript ]: -- @param int_4 int
3204[ VScript ]: -- @param int_5 int
3205[ VScript ]: -- @param int_6 int
3206[ VScript ]: -- @param int_7 int
3207[ VScript ]: -- @param bool_8 bool
3208[ VScript ]: -- @param float_9 float
3209[ VScript ]:
3210[ VScript ]: -- @return void
3211[ VScript ]: -- @param float_2 float
3212[ VScript ]: -- @param float_3 float
3213[ VScript ]: -- @param float_4 float
3214[ VScript ]: -- @param int_5 int
3215[ VScript ]: -- @param int_6 int
3216[ VScript ]: -- @param int_7 int
3217[ VScript ]: -- @param int_8 int
3218[ VScript ]: -- @param bool_9 bool
3219[ VScript ]: -- @param float_10 float
3220[ VScript ]:
3221[ VScript ]: ---[[ CEntities:CreateByClassname Creates an entity by classname ]]
3222[ VScript ]: -- @return handle
3223[ VScript ]: -- @param string_1 string
3224[ VScript ]: function CEntities:CreateByClassname( string_1 ) end
3225[ VScript ]:
3226[ VScript ]: ---[[ CEntities:FindAllByClassname Finds all entities by class name. Returns an array containing all the found entities. ]]
3227[ VScript ]: -- @return table
3228[ VScript ]: -- @param string_1 string
3229[ VScript ]: function CEntities:FindAllByClassname( string_1 ) end
3230[ VScript ]:
3231[ VScript ]: ---[[ CEntities:FindAllByClassnameWithin Find entities by class name within a radius. ]]
3232[ VScript ]: -- @return table
3233[ VScript ]: -- @param string_1 string
3234[ VScript ]: -- @param float_3 float
3235[ VScript ]:
3236[ VScript ]: ---[[ CEntities:FindAllByModel Find entities by model name. ]]
3237[ VScript ]: -- @return table
3238[ VScript ]: -- @param string_1 string
3239[ VScript ]: function CEntities:FindAllByModel( string_1 ) end
3240[ VScript ]:
3241[ VScript ]: ---[[ CEntities:FindAllByName Find all entities by name. Returns an array containing all the found entities in it. ]]
3242[ VScript ]: -- @return table
3243[ VScript ]: -- @param string_1 string
3244[ VScript ]: function CEntities:FindAllByName( string_1 ) end
3245[ VScript ]:
3246[ VScript ]: ---[[ CEntities:FindAllByNameWithin Find entities by name within a radius. ]]
3247[ VScript ]: -- @return table
3248[ VScript ]: -- @param string_1 string
3249[ VScript ]: -- @param float_3 float
3250[ VScript ]:
3251[ VScript ]: ---[[ CEntities:FindAllByTarget Find entities by targetname. ]]
3252[ VScript ]: -- @return table
3253[ VScript ]: -- @param string_1 string
3254[ VScript ]: function CEntities:FindAllByTarget( string_1 ) end
3255[ VScript ]:
3256[ VScript ]: ---[[ CEntities:FindAllInSphere Find entities within a radius. ]]
3257[ VScript ]: -- @return table
3258[ VScript ]: -- @param float_2 float
3259[ VScript ]:
3260[ VScript ]: -- @return handle
3261[ VScript ]: -- @param handle_1 handle
3262[ VScript ]: -- @param string_2 string
3263[ VScript ]: function CEntities:FindByClassname( handle_1, string_2 ) end
3264[ VScript ]:
3265[ VScript ]: ---[[ CEntities:FindByClassnameNearest Find entities by class name nearest to a point. ]]
3266[ VScript ]: -- @return handle
3267[ VScript ]: -- @param string_1 string
3268[ VScript ]: -- @param float_3 float
3269[ VScript ]:
3270[ VScript ]: -- @return handle
3271[ VScript ]: -- @param handle_1 handle
3272[ VScript ]: -- @param string_2 string
3273[ VScript ]: -- @param float_4 float
3274[ VScript ]:
3275[ VScript ]: -- @return handle
3276[ VScript ]: -- @param handle_1 handle
3277[ VScript ]: -- @param string_2 string
3278[ VScript ]: function CEntities:FindByModel( handle_1, string_2 ) end
3279[ VScript ]:
3280[ VScript ]: -- @return handle
3281[ VScript ]: -- @param handle_1 handle
3282[ VScript ]: -- @param string_2 string
3283[ VScript ]: -- @param float_4 float
3284[ VScript ]:
3285[ VScript ]: -- @return handle
3286[ VScript ]: -- @param handle_1 handle
3287[ VScript ]: -- @param string_2 string
3288[ VScript ]: function CEntities:FindByName( handle_1, string_2 ) end
3289[ VScript ]:
3290[ VScript ]: ---[[ CEntities:FindByNameNearest Find entities by name nearest to a point. ]]
3291[ VScript ]: -- @return handle
3292[ VScript ]: -- @param string_1 string
3293[ VScript ]: -- @param float_3 float
3294[ VScript ]:
3295[ VScript ]: -- @return handle
3296[ VScript ]: -- @param handle_1 handle
3297[ VScript ]: -- @param string_2 string
3298[ VScript ]: -- @param float_4 float
3299[ VScript ]:
3300[ VScript ]: -- @return handle
3301[ VScript ]: -- @param handle_1 handle
3302[ VScript ]: -- @param string_2 string
3303[ VScript ]: function CEntities:FindByTarget( handle_1, string_2 ) end
3304[ VScript ]:
3305[ VScript ]: -- @return handle
3306[ VScript ]: -- @param handle_1 handle
3307[ VScript ]: -- @param float_3 float
3308[ VScript ]:
3309[ VScript ]: ---[[ CEntities:First Begin an iteration over the list of entities ]]
3310[ VScript ]: -- @return handle
3311[ VScript ]: function CEntities:First( ) end
3312[ VScript ]:
3313[ VScript ]: ---[[ CEntities:Next Continue an iteration over the list of entities, providing reference to a previously found entity ]]
3314[ VScript ]: -- @return handle
3315[ VScript ]: -- @param handle_1 handle
3316[ VScript ]: function CEntities:Next( handle_1 ) end
3317[ VScript ]:
3318[ VScript ]: ---[[ CEntityInstance:ConnectOutput Adds an I/O connection that will call the named function on this entity when the specified output fires. ]]
3319[ VScript ]: -- @return void
3320[ VScript ]: -- @param string_1 string
3321[ VScript ]: -- @param string_2 string
3322[ VScript ]: function CEntityInstance:ConnectOutput( string_1, string_2 ) end
3323[ VScript ]:
3324[ VScript ]: ---[[ CEntityInstance:Destroy ]]
3325[ VScript ]: -- @return void
3326[ VScript ]: function CEntityInstance:Destroy( ) end
3327[ VScript ]:
3328[ VScript ]: ---[[ CEntityInstance:DisconnectOutput Removes a connected script function from an I/O event on this entity. ]]
3329[ VScript ]: -- @return void
3330[ VScript ]: -- @param string_1 string
3331[ VScript ]: -- @param string_2 string
3332[ VScript ]: function CEntityInstance:DisconnectOutput( string_1, string_2 ) end
3333[ VScript ]:
3334[ VScript ]: ---[[ CEntityInstance:DisconnectRedirectedOutput Removes a connected script function from an I/O event on the passed entity. ]]
3335[ VScript ]: -- @return void
3336[ VScript ]: -- @param string_1 string
3337[ VScript ]: -- @param string_2 string
3338[ VScript ]: -- @param handle_3 handle
3339[ VScript ]: function CEntityInstance:DisconnectRedirectedOutput( string_1, string_2, handle_3 ) end
3340[ VScript ]:
3341[ VScript ]: ---[[ CEntityInstance:FireOutput Fire an entity output ]]
3342[ VScript ]: -- @return void
3343[ VScript ]: -- @param string_1 string
3344[ VScript ]: -- @param handle_2 handle
3345[ VScript ]: -- @param handle_3 handle
3346[ VScript ]: -- @param table_4 table
3347[ VScript ]: -- @param float_5 float
3348[ VScript ]: function CEntityInstance:FireOutput( string_1, handle_2, handle_3, table_4, float_5 ) end
3349[ VScript ]:
3350[ VScript ]: ---[[ CEntityInstance:GetClassname ]]
3351[ VScript ]: -- @return string
3352[ VScript ]: function CEntityInstance:GetClassname( ) end
3353[ VScript ]:
3354[ VScript ]: ---[[ CEntityInstance:GetDebugName Get the entity name w/help if not defined (i.e. classname/etc) ]]
3355[ VScript ]: -- @return string
3356[ VScript ]: function CEntityInstance:GetDebugName( ) end
3357[ VScript ]:
3358[ VScript ]: ---[[ CEntityInstance:GetEntityHandle Get the entity as an EHANDLE ]]
3359[ VScript ]: -- @return ehandle
3360[ VScript ]: function CEntityInstance:GetEntityHandle( ) end
3361[ VScript ]:
3362[ VScript ]: ---[[ CEntityInstance:GetEntityIndex ]]
3363[ VScript ]: -- @return int
3364[ VScript ]: function CEntityInstance:GetEntityIndex( ) end
3365[ VScript ]:
3366[ VScript ]: ---[[ CEntityInstance:GetIntAttr Get Integer Attribute ]]
3367[ VScript ]: -- @return int
3368[ VScript ]: -- @param string_1 string
3369[ VScript ]: function CEntityInstance:GetIntAttr( string_1 ) end
3370[ VScript ]:
3371[ VScript ]: ---[[ CEntityInstance:GetName ]]
3372[ VScript ]: -- @return string
3373[ VScript ]: function CEntityInstance:GetName( ) end
3374[ VScript ]:
3375[ VScript ]: -- @return handle
3376[ VScript ]:
3377[ VScript ]: -- @return handle
3378[ VScript ]:
3379[ VScript ]: ---[[ CEntityInstance:GetPrivateScriptScope Retrieve the private per-instance script-side data associated with an entity ]]
3380[ VScript ]: -- @return handle
3381[ VScript ]: function CEntityInstance:GetPrivateScriptScope( ) end
3382[ VScript ]:
3383[ VScript ]: ---[[ CEntityInstance:GetPublicScriptScope Retrieve the public script-side data associated with an entity ]]
3384[ VScript ]: -- @return handle
3385[ VScript ]: function CEntityInstance:GetPublicScriptScope( ) end
3386[ VScript ]:
3387[ VScript ]: ---[[ CEntityInstance:RedirectOutput Adds an I/O connection that will call the named function on the passed entity when the specified output fires. ]]
3388[ VScript ]: -- @return void
3389[ VScript ]: -- @param string_1 string
3390[ VScript ]: -- @param string_2 string
3391[ VScript ]: -- @param handle_3 handle
3392[ VScript ]: function CEntityInstance:RedirectOutput( string_1, string_2, handle_3 ) end
3393[ VScript ]:
3394[ VScript ]: ---[[ CEntityInstance:RemoveSelf Delete this entity ]]
3395[ VScript ]: -- @return void
3396[ VScript ]: function CEntityInstance:RemoveSelf( ) end
3397[ VScript ]:
3398[ VScript ]: ---[[ CEntityInstance:SetIntAttr Set Integer Attribute ]]
3399[ VScript ]: -- @return void
3400[ VScript ]: -- @param string_1 string
3401[ VScript ]: -- @param int_2 int
3402[ VScript ]: function CEntityInstance:SetIntAttr( string_1, int_2 ) end
3403[ VScript ]:
3404[ VScript ]: ---[[ CEntityInstance:entindex ]]
3405[ VScript ]: -- @return int
3406[ VScript ]: function CEntityInstance:entindex( ) end
3407[ VScript ]:
3408[ VScript ]: ---[[ CEnvEntityMaker:SpawnEntity Create an entity at the location of the maker ]]
3409[ VScript ]: -- @return void
3410[ VScript ]: function CEnvEntityMaker:SpawnEntity( ) end
3411[ VScript ]:
3412[ VScript ]: -- @return void
3413[ VScript ]: -- @param hEntity handle
3414[ VScript ]:
3415[ VScript ]: -- @return void
3416[ VScript ]:
3417[ VScript ]: -- @return void
3418[ VScript ]: -- @param pszName string
3419[ VScript ]:
3420[ VScript ]: -- @return void
3421[ VScript ]: -- @param flRange float
3422[ VScript ]:
3423[ VScript ]: -- @return void
3424[ VScript ]: -- @param flAtten float
3425[ VScript ]:
3426[ VScript ]: -- @return void
3427[ VScript ]: -- @param flRange float
3428[ VScript ]:
3429[ VScript ]: -- @return void
3430[ VScript ]: -- @param flAtten float
3431[ VScript ]:
3432[ VScript ]: -- @return void
3433[ VScript ]: -- @param bOn bool
3434[ VScript ]: -- @param flIntensity float
3435[ VScript ]: -- @param flNoise float
3436[ VScript ]: -- @param nPlanes int
3437[ VScript ]: -- @param flPlaneOffset float
3438[ VScript ]:
3439[ VScript ]: ---[[ CEnvTimeOfDay2:GetFloat Lookup dynamic time-of-day float value ]]
3440[ VScript ]: -- @return float
3441[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
3442[ VScript ]: -- @param float_2 float
3443[ VScript ]: function CEnvTimeOfDay2:GetFloat( utlstringtoken_1, float_2 ) end
3444[ VScript ]:
3445[ VScript ]: -- @param utlstringtoken_1 utlstringtoken
3446[ VScript ]:
3447[ VScript ]: ---[[ CHL2_Player:PlayerCounter_CanModifyValue ( string name, int delta ) ]]
3448[ VScript ]: -- @return bool
3449[ VScript ]: -- @param string_1 string
3450[ VScript ]: -- @param int_2 int
3451[ VScript ]: function CHL2_Player:PlayerCounter_CanModifyValue( string_1, int_2 ) end
3452[ VScript ]:
3453[ VScript ]: ---[[ CHL2_Player:PlayerCounter_GetValue ( string name ) ]]
3454[ VScript ]: -- @return int
3455[ VScript ]: -- @param string_1 string
3456[ VScript ]: function CHL2_Player:PlayerCounter_GetValue( string_1 ) end
3457[ VScript ]:
3458[ VScript ]: ---[[ CHL2_Player:PlayerCounter_ModifyValue ( string name, int delta ) ]]
3459[ VScript ]: -- @return int
3460[ VScript ]: -- @param string_1 string
3461[ VScript ]: -- @param int_2 int
3462[ VScript ]: function CHL2_Player:PlayerCounter_ModifyValue( string_1, int_2 ) end
3463[ VScript ]:
3464[ VScript ]: ---[[ CHL2_Player:PlayerCounter_SetMax ( string name, int max ) ]]
3465[ VScript ]: -- @return int
3466[ VScript ]: -- @param string_1 string
3467[ VScript ]: -- @param int_2 int
3468[ VScript ]: function CHL2_Player:PlayerCounter_SetMax( string_1, int_2 ) end
3469[ VScript ]:
3470[ VScript ]: ---[[ CHL2_Player:PlayerCounter_SetMin ( string name, int min ) ]]
3471[ VScript ]: -- @return int
3472[ VScript ]: -- @param string_1 string
3473[ VScript ]: -- @param int_2 int
3474[ VScript ]: function CHL2_Player:PlayerCounter_SetMin( string_1, int_2 ) end
3475[ VScript ]:
3476[ VScript ]: ---[[ CHL2_Player:PlayerCounter_SetMinMax ( string name, int min, int max ) ]]
3477[ VScript ]: -- @return int
3478[ VScript ]: -- @param string_1 string
3479[ VScript ]: -- @param int_2 int
3480[ VScript ]: -- @param int_3 int
3481[ VScript ]: function CHL2_Player:PlayerCounter_SetMinMax( string_1, int_2, int_3 ) end
3482[ VScript ]:
3483[ VScript ]: ---[[ CHL2_Player:PlayerCounter_SetValue ( string name, int value ) ]]
3484[ VScript ]: -- @return int
3485[ VScript ]: -- @param string_1 string
3486[ VScript ]: -- @param int_2 int
3487[ VScript ]: function CHL2_Player:PlayerCounter_SetValue( string_1, int_2 ) end
3488[ VScript ]:
3489[ VScript ]: -- @param tok utlstringtoken
3490[ VScript ]:
3491[ VScript ]: -- @return float
3492[ VScript ]: -- @param tok utlstringtoken
3493[ VScript ]: -- @param flDefault float
3494[ VScript ]: function CInfoData:QueryFloat( tok, flDefault ) end
3495[ VScript ]:
3496[ VScript ]: -- @return int
3497[ VScript ]: -- @param tok utlstringtoken
3498[ VScript ]: -- @param nDefault int
3499[ VScript ]: function CInfoData:QueryInt( tok, nDefault ) end
3500[ VScript ]:
3501[ VScript ]: -- @return float
3502[ VScript ]: -- @param tok utlstringtoken
3503[ VScript ]: -- @param flDefault float
3504[ VScript ]: function CInfoData:QueryNumber( tok, flDefault ) end
3505[ VScript ]:
3506[ VScript ]: -- @return string
3507[ VScript ]: -- @param tok utlstringtoken
3508[ VScript ]: -- @param pDefault string
3509[ VScript ]: function CInfoData:QueryString( tok, pDefault ) end
3510[ VScript ]:
3511[ VScript ]: -- @param tok utlstringtoken
3512[ VScript ]:
3513[ VScript ]: ---[[ CMarkupVolumeTagged:HasTag Does this volume have the given tag. ]]
3514[ VScript ]: -- @return bool
3515[ VScript ]: -- @param pszTagName string
3516[ VScript ]: function CMarkupVolumeTagged:HasTag( pszTagName ) end
3517[ VScript ]:
3518[ VScript ]: ---[[ CNativeOutputs:AddOutput Add an output ]]
3519[ VScript ]: -- @return void
3520[ VScript ]: -- @param string_1 string
3521[ VScript ]: -- @param string_2 string
3522[ VScript ]: function CNativeOutputs:AddOutput( string_1, string_2 ) end
3523[ VScript ]:
3524[ VScript ]: ---[[ CNativeOutputs:Init Initialize with number of outputs ]]
3525[ VScript ]: -- @return void
3526[ VScript ]: -- @param int_1 int
3527[ VScript ]: function CNativeOutputs:Init( int_1 ) end
3528[ VScript ]:
3529[ VScript ]: -- @return bool
3530[ VScript ]: -- @param handle_3 handle
3531[ VScript ]:
3532[ VScript ]: -- @return void
3533[ VScript ]: function CPhysicsProp:DisableMotion( ) end
3534[ VScript ]:
3535[ VScript ]: -- @return void
3536[ VScript ]: function CPhysicsProp:EnableMotion( ) end
3537[ VScript ]:
3538[ VScript ]: ---[[ CPointTemplate:DeleteCreatedSpawnGroups DeleteCreatedSpawnGroups() : Deletes any spawn groups that this point_template has spawned. Note: The point_template will not be deleted by this. ]]
3539[ VScript ]: -- @return void
3540[ VScript ]: function CPointTemplate:DeleteCreatedSpawnGroups( ) end
3541[ VScript ]:
3542[ VScript ]: -- @return void
3543[ VScript ]:
3544[ VScript ]: ---[[ CPointTemplate:GetSpawnedEntities GetSpawnedEntities() : Get the list of the most recent spawned entities ]]
3545[ VScript ]: -- @return handle
3546[ VScript ]: function CPointTemplate:GetSpawnedEntities( ) end
3547[ VScript ]:
3548[ VScript ]: -- @return void
3549[ VScript ]: -- @param hCallbackFunc handle
3550[ VScript ]: -- @param hCallbackScope handle
3551[ VScript ]: function CPointTemplate:SetSpawnCallback( hCallbackFunc, hCallbackScope ) end
3552[ VScript ]:
3553[ VScript ]: -- @return handle
3554[ VScript ]: -- @param nHandID int
3555[ VScript ]:
3556[ VScript ]: -- @return handle
3557[ VScript ]:
3558[ VScript ]: -- @return void
3559[ VScript ]: -- @param hAttachment handle
3560[ VScript ]:
3561[ VScript ]: ---[[ CSceneEntity:AddBroadcastTeamTarget Adds a team (by index) to the broadcast list ]]
3562[ VScript ]: -- @return void
3563[ VScript ]: -- @param int_1 int
3564[ VScript ]: function CSceneEntity:AddBroadcastTeamTarget( int_1 ) end
3565[ VScript ]:
3566[ VScript ]: ---[[ CSceneEntity:Cancel Cancel scene playback ]]
3567[ VScript ]: -- @return void
3568[ VScript ]: function CSceneEntity:Cancel( ) end
3569[ VScript ]:
3570[ VScript ]: ---[[ CSceneEntity:EstimateLength Returns length of this scene in seconds. ]]
3571[ VScript ]: -- @return float
3572[ VScript ]: function CSceneEntity:EstimateLength( ) end
3573[ VScript ]:
3574[ VScript ]: ---[[ CSceneEntity:FindCamera Get the camera ]]
3575[ VScript ]: -- @return handle
3576[ VScript ]: function CSceneEntity:FindCamera( ) end
3577[ VScript ]:
3578[ VScript ]: ---[[ CSceneEntity:FindNamedEntity given an entity reference, such as !target, get actual entity from scene object ]]
3579[ VScript ]: -- @return handle
3580[ VScript ]: -- @param string_1 string
3581[ VScript ]: function CSceneEntity:FindNamedEntity( string_1 ) end
3582[ VScript ]:
3583[ VScript ]: ---[[ CSceneEntity:IsPaused If this scene is currently paused. ]]
3584[ VScript ]: -- @return bool
3585[ VScript ]: function CSceneEntity:IsPaused( ) end
3586[ VScript ]:
3587[ VScript ]: ---[[ CSceneEntity:IsPlayingBack If this scene is currently playing. ]]
3588[ VScript ]: -- @return bool
3589[ VScript ]: function CSceneEntity:IsPlayingBack( ) end
3590[ VScript ]:
3591[ VScript ]: ---[[ CSceneEntity:LoadSceneFromString given a dummy scene name and a vcd string, load the scene ]]
3592[ VScript ]: -- @return bool
3593[ VScript ]: -- @param string_1 string
3594[ VScript ]: -- @param string_2 string
3595[ VScript ]: function CSceneEntity:LoadSceneFromString( string_1, string_2 ) end
3596[ VScript ]:
3597[ VScript ]: ---[[ CSceneEntity:RemoveBroadcastTeamTarget Removes a team (by index) from the broadcast list ]]
3598[ VScript ]: -- @return void
3599[ VScript ]: -- @param int_1 int
3600[ VScript ]: function CSceneEntity:RemoveBroadcastTeamTarget( int_1 ) end
3601[ VScript ]:
3602[ VScript ]: -- @return void
3603[ VScript ]: -- @param handle_1 handle
3604[ VScript ]: function CSceneEntity:Start( handle_1 ) end
3605[ VScript ]:
3606[ VScript ]: ---[[ CScriptKeyValues:GetValue Reads a spawn key ]]
3607[ VScript ]: -- @return table
3608[ VScript ]: -- @param string_1 string
3609[ VScript ]: function CScriptKeyValues:GetValue( string_1 ) end
3610[ VScript ]:
3611[ VScript ]: ---[[ CScriptPrecacheContext:AddResource Precaches a specific resource ]]
3612[ VScript ]: -- @return void
3613[ VScript ]: -- @param string_1 string
3614[ VScript ]: function CScriptPrecacheContext:AddResource( string_1 ) end
3615[ VScript ]:
3616[ VScript ]: ---[[ CScriptPrecacheContext:GetValue Reads a spawn key ]]
3617[ VScript ]: -- @return table
3618[ VScript ]: -- @param string_1 string
3619[ VScript ]: function CScriptPrecacheContext:GetValue( string_1 ) end
3620[ VScript ]:
3621[ VScript ]: -- @return float
3622[ VScript ]: function CToneMapControllerComponent:GetBloomScale( ) end
3623[ VScript ]:
3624[ VScript ]: -- @return float
3625[ VScript ]: function CToneMapControllerComponent:GetMaxExposure( ) end
3626[ VScript ]:
3627[ VScript ]: -- @return float
3628[ VScript ]: function CToneMapControllerComponent:GetMinExposure( ) end
3629[ VScript ]:
3630[ VScript ]: -- @return void
3631[ VScript ]: -- @param float_1 float
3632[ VScript ]: function CToneMapControllerComponent:SetBloomScale( float_1 ) end
3633[ VScript ]:
3634[ VScript ]: -- @return void
3635[ VScript ]: -- @param float_1 float
3636[ VScript ]: function CToneMapControllerComponent:SetMaxExposure( float_1 ) end
3637[ VScript ]:
3638[ VScript ]: -- @return void
3639[ VScript ]: -- @param float_1 float
3640[ VScript ]: function CToneMapControllerComponent:SetMinExposure( float_1 ) end
3641[ VScript ]:
3642[ VScript ]: ---[[ Convars:GetBool GetBool(name) : returns the convar as a boolean flag. ]]
3643[ VScript ]: -- @return table
3644[ VScript ]: -- @param string_1 string
3645[ VScript ]: function Convars:GetBool( string_1 ) end
3646[ VScript ]:
3647[ VScript ]: ---[[ Convars:GetCommandClient GetCommandClient() : returns the player who issued this console command. ]]
3648[ VScript ]: -- @return handle
3649[ VScript ]: function Convars:GetCommandClient( ) end
3650[ VScript ]:
3651[ VScript ]: ---[[ Convars:GetFloat GetFloat(name) : returns the convar as a float. May return null if no such convar. ]]
3652[ VScript ]: -- @return table
3653[ VScript ]: -- @param string_1 string
3654[ VScript ]: function Convars:GetFloat( string_1 ) end
3655[ VScript ]:
3656[ VScript ]: ---[[ Convars:GetInt GetInt(name) : returns the convar as an int. May return null if no such convar. ]]
3657[ VScript ]: -- @return table
3658[ VScript ]: -- @param string_1 string
3659[ VScript ]: function Convars:GetInt( string_1 ) end
3660[ VScript ]:
3661[ VScript ]: ---[[ Convars:GetStr GetStr(name) : returns the convar as a string. May return null if no such convar. ]]
3662[ VScript ]: -- @return table
3663[ VScript ]: -- @param string_1 string
3664[ VScript ]: function Convars:GetStr( string_1 ) end
3665[ VScript ]:
3666[ VScript ]: ---[[ Convars:RegisterCommand RegisterCommand(name, fn, helpString, flags) : register a console command. ]]
3667[ VScript ]: -- @return void
3668[ VScript ]: -- @param string_1 string
3669[ VScript ]: -- @param handle_2 handle
3670[ VScript ]: -- @param string_3 string
3671[ VScript ]: -- @param int_4 int
3672[ VScript ]: function Convars:RegisterCommand( string_1, handle_2, string_3, int_4 ) end
3673[ VScript ]:
3674[ VScript ]: ---[[ Convars:RegisterConvar RegisterConvar(name, defaultValue, helpString, flags): register a new console variable. ]]
3675[ VScript ]: -- @return void
3676[ VScript ]: -- @param string_1 string
3677[ VScript ]: -- @param string_2 string
3678[ VScript ]: -- @param string_3 string
3679[ VScript ]: -- @param int_4 int
3680[ VScript ]: function Convars:RegisterConvar( string_1, string_2, string_3, int_4 ) end
3681[ VScript ]:
3682[ VScript ]: ---[[ Convars:SetBool SetBool(name, val) : sets the value of the convar to the bool. ]]
3683[ VScript ]: -- @return void
3684[ VScript ]: -- @param string_1 string
3685[ VScript ]: -- @param bool_2 bool
3686[ VScript ]: function Convars:SetBool( string_1, bool_2 ) end
3687[ VScript ]:
3688[ VScript ]: ---[[ Convars:SetFloat SetFloat(name, val) : sets the value of the convar to the float. ]]
3689[ VScript ]: -- @return void
3690[ VScript ]: -- @param string_1 string
3691[ VScript ]: -- @param float_2 float
3692[ VScript ]: function Convars:SetFloat( string_1, float_2 ) end
3693[ VScript ]:
3694[ VScript ]: ---[[ Convars:SetInt SetInt(name, val) : sets the value of the convar to the int. ]]
3695[ VScript ]: -- @return void
3696[ VScript ]: -- @param string_1 string
3697[ VScript ]: -- @param int_2 int
3698[ VScript ]: function Convars:SetInt( string_1, int_2 ) end
3699[ VScript ]:
3700[ VScript ]: ---[[ Convars:SetStr SetStr(name, val) : sets the value of the convar to the string. ]]
3701[ VScript ]: -- @return void
3702[ VScript ]: -- @param string_1 string
3703[ VScript ]: -- @param string_2 string
3704[ VScript ]: function Convars:SetStr( string_1, string_2 ) end
3705[ VScript ]:
3706[ VScript ]: ---[[ Decider:AddRule AddRule(CRule) : Add a CRule object (defined in rulescript_base.nut) ]]
3707[ VScript ]: -- @return bool
3708[ VScript ]: -- @param handle_1 handle
3709[ VScript ]: function Decider:AddRule( handle_1 ) end
3710[ VScript ]:
3711[ VScript ]: -- @return handle
3712[ VScript ]: -- @param handle_1 handle
3713[ VScript ]: -- @param float_2 float
3714[ VScript ]: function Decider:FindAllMatches( handle_1, float_2 ) end
3715[ VScript ]:
3716[ VScript ]: -- @return handle
3717[ VScript ]: -- @param handle_1 handle
3718[ VScript ]: function Decider:FindBestMatch( handle_1 ) end
3719[ VScript ]:
3720[ VScript ]: ---[[ GlobalSys:CommandLineCheck CommandLineCheck(name) : returns true if the command line param was used, otherwise false. ]]
3721[ VScript ]: -- @return table
3722[ VScript ]: -- @param string_1 string
3723[ VScript ]: function GlobalSys:CommandLineCheck( string_1 ) end
3724[ VScript ]:
3725[ VScript ]: ---[[ GlobalSys:CommandLineFloat CommandLineFloat(name) : returns the command line param as a float. ]]
3726[ VScript ]: -- @return table
3727[ VScript ]: -- @param string_1 string
3728[ VScript ]: -- @param float_2 float
3729[ VScript ]: function GlobalSys:CommandLineFloat( string_1, float_2 ) end
3730[ VScript ]:
3731[ VScript ]: ---[[ GlobalSys:CommandLineInt CommandLineInt(name) : returns the command line param as an int. ]]
3732[ VScript ]: -- @return table
3733[ VScript ]: -- @param string_1 string
3734[ VScript ]: -- @param int_2 int
3735[ VScript ]: function GlobalSys:CommandLineInt( string_1, int_2 ) end
3736[ VScript ]:
3737[ VScript ]: ---[[ GlobalSys:CommandLineStr CommandLineStr(name) : returns the command line param as a string. ]]
3738[ VScript ]: -- @return table
3739[ VScript ]: -- @param string_1 string
3740[ VScript ]: -- @param string_2 string
3741[ VScript ]: function GlobalSys:CommandLineStr( string_1, string_2 ) end