Gamemode.PlayerSpawnedEffect
From GMod Wiki
| Event Hook | |
| Hook Name | PlayerSpawnedEffect |
| Syntax | GM:PlayerSpawnedEffect( Player player, String model, Entity effect, ) |
| Description | Called when a player has spawned an effect |
| Returns | Nil |
| Lua State | |
| BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.PlayerSpawnedEffect]Gamemode.PlayerSpawnedEffect [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- This hook gets called just after the effect is spawned.