SetSUPOnInterpolateFinishEvent

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Sets the specified UDF Script as a handler that will be invoked when an interpolation on object will end.

Syntax

[help]
SetSUPOnInterpolateFinishEvent UDF:script SendEventsFromLoops:int

Example

SetSUPOnInterpolateFinishEvent myUDF 

Handler Script

A skeleton handler script for this event:

scn OnInterpolationUDF

ref CallerRef
String_var s_BlockName
int iInterpolationType
int iFromLoop
int iPCNode

begin function {CallerRef,s_BlockName,iInterpolationType,iFromLoop,iPCNode}

end

end

Notes

  • It is possible to set a new interpolation for this block in the event iself.

See Also