Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBindActorSystem Methods

The methods of the CScriptBindActorSystem class are listed here.

 
Name 
Description 
 
Syntax: ActorSystem.CreateActor( channelId, actorParams )
Creates an actor.
Example on how to use this function:
local params = { name = "dude", class = "CSpectator", position = {x=0, y=0, z=0}, rotation = {x=0, y=0, z=0}, scale = {x=1, y=1, z=1} }
Actor.CreateActor( channelId, params ); 
 
This is GetMemoryUsage, a member of class CScriptBindActorSystem. 
 
This is Release, a member of class CScriptBindActorSystem. 
Copyright (c) 2012. All rights reserved.