Wintermute Engine > WME Lite

Delay in calling your methods

(1/1)

Lazov:
Hi guys!

I noticed that the methods I created (or overridden) delay the execution of the script when I call them. What is the reason?
This is noticeable on weak smartphones.

Example:

--- Code: ---method StartMusic(Filename, Looping, LoopStart) {
  if (this.GetMusic() != Filename) this.PlayMusic(Filename, Looping, LoopStart);
}

--- End code ---

Navigation

[0] Message Index

Go to full version