Enfusion Script API
Loading...
Searching...
No Matches
CharacterFSMComponentClass Interface Reference

Base component prefab class for FSM component. More...

Inheritance diagram for CharacterFSMComponentClass:
GenericComponentClass EntityComponentPrefabData

Public Member Functions

proto int FindFullbodyStateIndex (TypeName stateClass)
 returns an index (or ID) of fullbody state
 
proto int FindAdditiveStateIndex (TypeName stateClass)
 returns an index (or ID) of additive state
 
- Public Member Functions inherited from GenericComponentClass
void GenericComponentClass (IEntityComponentSource componentSource, IEntitySource parentSource, IEntitySource prefabSource)
 

Detailed Description

Base component prefab class for FSM component.

Member Function Documentation

◆ FindAdditiveStateIndex()

proto int CharacterFSMComponentClass.FindAdditiveStateIndex ( TypeName stateClass)

returns an index (or ID) of additive state

◆ FindFullbodyStateIndex()

proto int CharacterFSMComponentClass.FindFullbodyStateIndex ( TypeName stateClass)

returns an index (or ID) of fullbody state


The documentation for this interface was generated from the following file: