Object.MoveTo

From Liberty Unleashed Wiki
Revision as of 22:45, 9 September 2011 by Juppi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This Object class method moves the object to the given co-ordinates.

Syntax

  1. bool Object.MoveTo( Vector pos, float speed )

Arguments

  • pos - The position you wish to move this object to
  • speed - The movement speed as in-game co-ordinate units per second

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Some explanation here too

  1.  
  2. -- todo
  3.  

Notes

-- List of used functions and other notes here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox