OnObjectBump
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
Description
This event is called when the player touches a object!
Syntax
onObjectBump(object,player)
Example
function onObjectBump(object,player) {
MessagePlayer("You've bumped in to object id: " + object, player)
}
Related Functions
- onObjectShot( object, player, weapon )
- onObjectBump( object, player )