SetIdleMarkerTraitNumeric
From GECK
A function added by the JohnnyGuitar NVSE Plugin version 4.30.
Contents
Description
Sets specified numeric trait of an Idle Marker. Trait IDs are as follows:1 - Flags (bitmask) 2 - Idle TimerFlags bitmask can include the following bits:
bit 0 - Run in Sequence (1) bit 2 - Do Once (4)
Syntax
SetIdleMarkerTraitNumeric idleMarker:baseform traitID:int newValue:float
Example
SetIdleMarkerTraitNumeric DefaultBrahminIdleMarker 2 50
Notes
- Animation Count trait is not available here as it is updated automatically when using SetIdleMarkerAnimations.