EFFECT.Think

From GMod Wiki

Jump to: navigation, search
Event Hook
Hook NameThink
SyntaxEFFECT:Think( )
DescriptionRuns every frame the effect is active.
ReturnsBoolean
Lua StateNewerClient.png
BBCode[b][url=wiki.garrysmod.com/?title=EFFECT.Think]EFFECT.Think [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]

Examples

DescriptionMakes the effect never die (it will exist until removed).
Used onNewerClient.png
Code
function EFFECT:Think()
	return true;
 end
OutputN/A


Additional Notes

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox