Difference between revisions of "HPL3/SOMA/Scripting/eLuxEntityComponentType"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Values== {| class="wikitable sortable" ! Enum Name...")
 
 
Line 28: Line 28:
 
| <code>eLuxEntityComponentType_User</code> || <code>0</code> ||
 
| <code>eLuxEntityComponentType_User</code> || <code>0</code> ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 16:46, 6 August 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Values

Enum Name Integer Value Description
eLuxEntityComponentType_Pathfinder 1
eLuxEntityComponentType_CharMover 2
eLuxEntityComponentType_SoundListener 3
eLuxEntityComponentType_StateMachine 4
eLuxEntityComponentType_HeadTracker 5
eLuxEntityComponentType_ForceEmitter 6
eLuxEntityComponentType_BarkMachine 7
eLuxEntityComponentType_BackboneTail 8
eLuxEntityComponentType_LightSensor 9
eLuxEntityComponentType_User 0

References

See all references...