Squirrel/Server/Functions/Camera/RestoreCamera

From Liberty Unleashed Wiki
Revision as of 02:08, 7 January 2010 by Force (Talk | contribs)

Jump to: navigation, search

This function restores the camera for the given player.

Syntax

  1. bool RestoreCamera( Player plr )

Arguments

  • plr - This is the pointer of the player to whom the camera will be restored

Example

function onPlayerCommand( player, command, text ) { if ( command == "restorecamera" ) RestoreCamera( player ); } </code>

Notes

The RestoreCamera function is used to restore the players camera if it has been moved around.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox