Click or drag to resize

TransitionType_UserDefinedonTimer Method

Called to find the value for the movement of properties for the time passed in.

Namespace:  Transitions
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void onTimer(
	int iTime,
	out double dPercentage,
	out bool bCompleted
)

Parameters

iTime
Type: SystemInt32

[Missing <param name="iTime"/> documentation for "M:Transitions.TransitionType_UserDefined.onTimer(System.Int32,System.Double@,System.Boolean@)"]

dPercentage
Type: SystemDouble

[Missing <param name="dPercentage"/> documentation for "M:Transitions.TransitionType_UserDefined.onTimer(System.Int32,System.Double@,System.Boolean@)"]

bCompleted
Type: SystemBoolean

[Missing <param name="bCompleted"/> documentation for "M:Transitions.TransitionType_UserDefined.onTimer(System.Int32,System.Double@,System.Boolean@)"]

Implements

ITransitionTypeonTimer(Int32, Double, Boolean)
See Also