Blockland Forums > Modification Help
MinigameSO::Reset() Arguments
Fluff-is-back:
As in the title, I would like to know what the arguments are for Minigame::Reset() so that i can parent it correctly.
Thanks!
Placid:
--- Code: ---function MinigameSO::Reset(%mini)
--- End code ---
apparently search button can be helpful
next time you need the args for something search, like, in this case, "MinigameSO::Reset(" and it should come up with a few things
Chrono:
--- Quote from: Placid on August 14, 2011, 10:31:57 AM ---next time you need the args for something search, like, in this case, "MinigameSO::Reset(" and it should come up with a few things
--- End quote ---
That doesn't work with most scripted functions.
Placid:
--- Quote from: Chrono on August 14, 2011, 01:15:06 PM ---That doesn't work with most scripted functions.
--- End quote ---
that's strange.. it works for me usually.
Chrono:
--- Quote from: Placid on August 14, 2011, 01:25:34 PM ---that's strange.. it works for me usually.
--- End quote ---
It'll work for engine functions like getSubStr, but not for scripted functions like serverCmdBan.