Squirrel/Server/Functions/Game/SetSurfaceTraction

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|SetSurfaceTraction}} This sets the traction of the specified surface == Syntax == <code>float SetSurfaceTraction( int surface, float value )</code> == Argumen…')

Revision as of 11:35, 15 October 2010

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This sets the traction of the specified surface

Syntax

  1. float SetSurfaceTraction( int surface, float value )

Arguments

  • surface - The surface to query. As defined Here
  • value - The value to set the surface traction to

Example

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

Explanation for the example

  1.  
  2. -- Todo
  3.  

Notes

-- List of used functions and other notes here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox