GetIdleMarkerTraitNumeric

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.30.

Description

Returns specified numeric trait of an Idle Marker. Trait IDs are as follows:
1 - Flags
2 - Idle Timer
3 - Animation Count
Flags bitmask can include the following bits:
bit 0 - Run in Sequence (1)
bit 2 - Do Once (4)

Syntax

[help]
(float) GetIdleMarkerTraitNumeric idleMarker:baseform traitID:int

Example

GetIdleMarkerTraitNumeric DefaultBrahminIdleMarker 2 

See Also