Reserved Methods

Monkey Forums/Monkey Programming/Reserved Methods

hardcoal(Posted 2013) [#1]
Can anyone provide the full list of the Reserved Methods


hardcoal(Posted 2013) [#2]
I think I got it Correct me if im wrong

New()...
OnCreate()
OnRender()
OnUpdate()
OnLoading()
OnSuspend()
OnResume()


MikeHart(Posted 2013) [#3]
There are some On... methods missing. Look into the index of Monkeys help files.


hardcoal(Posted 2013) [#4]
have looked havnt found..
thats the problem with monkey although there is plenty of help
i still cant find my self around there


marksibly(Posted 2013) [#5]
These are only 'reserved' by the App class, have a look at Classes/App in the docs.


MikeHart(Posted 2013) [#6]
@Hardcoal,

When you open the monkey help, in the top bar, there is the INDEX button on the right, click on it and you will see an index of all methods and commands. Scroll down to the letter O and you will see them.

Hard to find? I don't think so.


hardcoal(Posted 2013) [#7]
@Mike, I would not call that easy at all but thats life.
Its easy from a point of view of a more experienced user.
I haven't touch monkey for a year so I forgot stuff.

@Mark, After Pressing Shift F2 on the App I realized that its reserved only by the App class

I must say, My head is still on Big Blitzmax project ATM.

Anyway Thanks for the Help