OnClientProjectileCreation
Jump to navigation
Jump to search
This event is triggered when a projectile is created.
Parameters
element creator
Source
The source of this event is the projectile that was created.
Example
function projectileCreation() outputChatBox("A projectile was created!") end addEventHandler("onClientProjectileCreation", getRootElement(), projectileCreation)
See Also
Client projectile events