Scripting|Model Renderer|libcore: Script callbacks for model state change
Added de::ConditionalTrigger for issuing a callback under thespecified circumstances. Configured with a Variable.
Model assets can use `notifiedStates` and `onStateChange()` to observewhen the mobj changes to (a) specific state(s).
Value::is<>() was removed, now should only use de::is<>.
Renamed de::Scheduler to de::Timeline.
View differences
Scripting|Model Renderer|libcore: Script callbacks for model state change
Added de::ConditionalTrigger for issuing a callback under the
specified circumstances. Configured with a Variable.
Model assets can use `notifiedStates` and `onStateChange()` to observe
when the mobj changes to (a) specific state(s).
Value::is<>() was removed, now should only use de::is<>.
Renamed de::Scheduler to de::Timeline.