Skip to main content

B1Execute

  • Represents a single execution command applied to a base object as part of script or interaction logic.
PropertyTypeDescriptionMetadata
BaseObjectEB1BaseObjectThe base object (Self or Target) this execute command acts upon.Category: B1Execute
CommandEB1ExecuteTypeThe execute command type that determines what action is performed.Category: B1Execute
S1FNameThe first string parameter for this execute command (meaning depends on Command).Category: B1Execute
SearchLink: FB1Execute.Command
S2FNameThe second string parameter for this execute command (meaning depends on Command).Category: B1Execute
F1floatThe first float parameter for this execute command (meaning depends on Command).Category: B1Execute
F2floatThe second float parameter for this execute command (meaning depends on Command).Category: B1Execute
ProbfloatThe probability (0.0 to 1.0) that this execute command will fire.Category: B1Execute