DanielBullimore / OOmutiny

OO Javascript frontend
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Interupt Execution #53

Open DanielBullimore opened 8 months ago

DanielBullimore commented 8 months ago

When the gameloop calls funAct() for an interupt object, the function called has no refference to the object.

I think the object should be passed to funAct as a parameter. Passing the object will allow information to be stored as properties of the interupt object and accesed by funAct(object)