OnPlayerClick: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (See Also for server events) |
||
Line 31: | Line 31: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{See also/Server event|Player events}} | |||
{{ | |||
[[Category:Needs Example]] | [[Category:Needs Example]] |
Revision as of 17:47, 12 January 2008
This event is triggered when a player clicks using the mouse cursor.
Parameters
string mouseButton, string buttonState, element clickedElement, float worldPosX, float worldPosY, float worldPosZ, float screenPosX, float screenPosY
- mouseButton: A string representing the mousebutton that was pressed. Value can be left, middle or right.
- buttonState: A string representing the button state. Value can be up or down.
- clickedElement: The element the player clicked on. This value is nil if none.
- worldPosX: The X position in the world the player clicked on
- worldPosY: The Y position in the world the player clicked on
- worldPosZ: The Z position in the world the player clicked on
- screenPosX: The X position on the screen the player clicked on
- screenPosY: The Y position on the screen the player clicked on
Source
The source of this event is the player that clicked.
Example
This example does...
--This line does... blah() --This line does this... mooo
See Also
Player events
- onPlayerACInfo
- onPlayerBan
- onPlayerChangeNick
- onPlayerChat
- onPlayerClick
- onPlayerCommand
- onPlayerConnect
- onPlayerContact
- onPlayerDamage
- onPlayerJoin
- onPlayerLogin
- onPlayerLogout
- onPlayerMarkerHit
- onPlayerMarkerLeave
- onPlayerModInfo
- onPlayerMute
- onPlayerNetworkStatus
- onPlayerPickupHit
- onPlayerPickupLeave
- onPlayerPickupUse
- onPlayerPrivateMessage
- onPlayerQuit
- onPlayerScreenShot
- onPlayerSpawn
- onPlayerStealthKill
- onPlayerTarget
- onPlayerUnmute
- onPlayerVehicleEnter
- onPlayerVehicleExit
- onPlayerVoiceStart
- onPlayerVoiceStop
- onPlayerWasted
- onPlayerWeaponFire
- onPlayerWeaponSwitch