Point training gravity gloves
		
		
		
		Jump to navigation
		Jump to search
		
Template:Source2 point multi An entity that helps with the gravity glove training.
Keyvalues
Targetname:
- Name (targetname) <string>
- The targetname that other entities refer to this entity by.
- Entity Scripts (vscripts)  <scriptlist> (in all games since  ) )
- Space delimited list of VScript files (without file extension) that are executed after all entities have spawned. The scripts are all executed in the same script scope, later ones overwriting any identical variables and functions.
Inputs
- Enable
- Enable.
- OnComplete
- Fired when the training is over.
VScript:
- RunScriptFile <string>
- Load and execute a script file.
- RunScriptCode <string>
- Execute a fragment of script code.
- CallScriptFunction <string>
- Call a script function.
- CallPrivateScriptFunction <string>
- Calls a script function from this entity's private script scope.
- CallGlobalScriptFunction <string>
- Calls a script function in the global script scope.