NifBlockInterpolateStop

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Stops interpolation on current nif block.

Syntax

[help]
(success:bool) NifBlockInterpolateStop blockName:string type:int FirstPersonModel_PlayerOnly:int

Example

Player.NifBlockInterpolateStop

Will stop all interpolations on Player.

Player.NifBlockInterpolateStop "Bip01 Head"

Will stop all interpolations on Player's "Bip01 Head" block.(third person by default)

Player.NifBlockInterpolateStop "Bip01 Head" 1

Will stop rotation interpolation on Player's "Bip01 Head" block.(third person by default)

Player.NifBlockInterpolateStop "Bip01 Head" -1 1

Will stop all interpolations on Player's "Bip01 Head" first person block.

Notes

  • if type "-1" specified - it will be ignored when searching for the block.

See Also