This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:actor [2019/05/07 11:06] admin created |
wiki:actor [2019/09/19 19:49] (current) |
||
---|---|---|---|
Line 4: | Line 4: | ||
===== Functions ===== | ===== Functions ===== | ||
- | * [[GetName(Actor)]] | + | * [[#GetName(Actor)]] |
- | * [[SetName(Actor, string)]] | + | * [[#SetName(Actor, string)]] |
- | * [[GetTag(Actor)]] | + | * [[#GetTag(Actor)]] |
- | * [[SetTag(Actor, string)]] | + | * [[#SetTag(Actor, string)]] |
- | * [[GetID(Actor)]] | + | * [[#GetID(Actor)]] |
- | * [[GetParent(Actor)]] | + | * [[#GetParent(Actor)]] |
- | * [[SetParent(Actor)]] | + | * [[#SetParent(Actor)]] |
- | * [[DetachFromParent(Actor)]] | + | * [[#DetachFromParent(Actor)]] |
- | * [[Destroy(Actor)]] | + | * [[#Destroy(Actor)]] |
- | * [[GetTransform(Actor)]] | + | * [[#GetTransform(Actor)]] |
- | * [[GetPhysicalObject(Actor)]] | + | * [[#GetPhysicalObject(Actor)]] |
- | * [[GetPhysicalBox(Actor)]] | + | * [[#GetPhysicalBox(Actor)]] |
- | * [[GetPhysicalSphere(Actor)]] | + | * [[#GetPhysicalSphere(Actor)]] |
- | * [[GetPhysicalCapsule(Actor)]] | + | * [[#GetPhysicalCapsule(Actor)]] |
- | * [[GetCamera(Actor)]] | + | * [[#GetCamera(Actor)]] |
- | * [[GetPointLight(Actor)]] | + | * [[#GetLight(Actor)]] |
- | * [[GetSpotLight(Actor)]] | + | * [[#GetPointLight(Actor)]] |
- | * [[GetDirectionalLight(Actor)]] | + | * [[#GetSpotLight(Actor)]] |
- | * [[GetStaticMesh(Actor)]] | + | * [[#GetDirectionalLight(Actor)]] |
- | * [[GetMaterial(Actor)]] | + | * [[#GetStaticMesh(Actor)]] |
- | * [[GetBehaviour(Actor, string)]] | + | * [[#GetMaterial(Actor)]] |
- | * [[AddTransform(Actor)]] | + | * [[#GetBehaviour(Actor, string)]] |
- | * [[AddStaticMesh(Actor)]] | + | * [[#AddTransform(Actor)]] |
- | * [[AddPhysicalBox(Actor)]] | + | * [[#AddStaticMesh(Actor)]] |
- | * [[AddPhysicalSphere(Actor)]] | + | * [[#AddPhysicalBox(Actor)]] |
- | * [[AddPhysicalCapsule(Actor)]] | + | * [[#AddPhysicalSphere(Actor)]] |
- | * [[AddCamera(Actor)]] | + | * [[#AddPhysicalCapsule(Actor)]] |
- | * [[AddPointLight(Actor)]] | + | * [[#AddCamera(Actor)]] |
- | * [[AddSpotLight(Actor)]] | + | * [[#AddPointLight(Actor)]] |
- | * [[AddDirectionalLight(Actor)]] | + | * [[#AddSpotLight(Actor)]] |
- | * [[AddMaterial(Actor)]] | + | * [[#AddDirectionalLight(Actor)]] |
- | * [[RemoveStaticMesh(Actor)]] | + | * [[#AddMaterial(Actor)]] |
- | * [[RemovePhysicalBox(Actor)]] | + | * [[#RemoveStaticMesh(Actor)]] |
- | * [[RemovePhysicalSphere(Actor)]] | + | * [[#RemovePhysicalBox(Actor)]] |
- | * [[RemovePhysicalCapsule(Actor)]] | + | * [[#RemovePhysicalSphere(Actor)]] |
- | * [[RemoveCamera(Actor)]] | + | * [[#RemovePhysicalCapsule(Actor)]] |
- | * [[RemovePointLight(Actor)]] | + | * [[#RemoveCamera(Actor)]] |
- | * [[RemoveSpotLight(Actor)]] | + | * [[#RemovePointLight(Actor)]] |
- | * [[RemoveDirectionalLight](Actor)] | + | * [[#RemoveSpotLight(Actor)]] |
- | * [[RemoveMaterial(Actor)]] | + | * [[#RemoveDirectionalLight(Actor)]] |
- | * [[AddBehaviour(Actor, string)]] | + | * [[#RemoveMaterial(Actor)]] |
- | * [[RemoveBehaviour(string)]] | + | * [[#AddBehaviour(Actor, string)]] |
+ | * [[#RemoveBehaviour(string)]] | ||