skip to content
Overload Scripting API
User Tools
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
wiki:actor
Actor
An actor is an element of the scene
Functions
GetName(Actor)
SetName(Actor, string)
GetTag(Actor)
SetTag(Actor, string)
GetID(Actor)
GetParent(Actor)
SetParent(Actor)
DetachFromParent(Actor)
Destroy(Actor)
GetTransform(Actor)
GetPhysicalObject(Actor)
GetPhysicalBox(Actor)
GetPhysicalSphere(Actor)
GetPhysicalCapsule(Actor)
GetCamera(Actor)
GetLight(Actor)
GetPointLight(Actor)
GetSpotLight(Actor)
GetDirectionalLight(Actor)
GetStaticMesh(Actor)
GetMaterial(Actor)
GetBehaviour(Actor, string)
AddTransform(Actor)
AddStaticMesh(Actor)
AddPhysicalBox(Actor)
AddPhysicalSphere(Actor)
AddPhysicalCapsule(Actor)
AddCamera(Actor)
AddPointLight(Actor)
AddSpotLight(Actor)
AddDirectionalLight(Actor)
AddMaterial(Actor)
RemoveStaticMesh(Actor)
RemovePhysicalBox(Actor)
RemovePhysicalSphere(Actor)
RemovePhysicalCapsule(Actor)
RemoveCamera(Actor)
RemovePointLight(Actor)
RemoveSpotLight(Actor)
RemoveDirectionalLight(Actor)
RemoveMaterial(Actor)
AddBehaviour(Actor, string)
RemoveBehaviour(string)
wiki/actor.txt
· Last modified: 2019/09/19 19:49 (external edit)
Page Tools
Show pagesource
Old revisions
Backlinks
Back to top