GetIdleMarkerTraitNumeric
From GECK
A function added by the JohnnyGuitar NVSE Plugin version 4.30.
Contents
Description
Returns specified numeric trait of an Idle Marker. Trait IDs are as follows:1 - Flags 2 - Idle Timer 3 - Animation CountFlags bitmask can include the following bits:
bit 0 - Run in Sequence (1) bit 2 - Do Once (4)
Syntax
(float) GetIdleMarkerTraitNumeric idleMarker:baseform traitID:int
Example
GetIdleMarkerTraitNumeric DefaultBrahminIdleMarker 2