- Endless loop -
Development notes of Construct 2's plugins
timescale of object
To get dt of instance, use
var dt = this.runtime.getDt(inst);
But only plugin which has "type" to "world" would have my_timescale property. So my_timescale need to be added manually for other case.
For example:
this.my_timescale = -1
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment