Cleanup of the elements exposed to the console

This commit is contained in:
Lukas Joergensen 2017-12-10 18:57:46 +01:00
parent 4f78143dc8
commit 86a0ba44d3
8 changed files with 12 additions and 12 deletions

View file

@ -343,13 +343,13 @@ afxRPGMagicSpellData* afxSpellButton::getSpellRPGDataBlock() const
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
DefineEngineMethod( afxSpellButton, onSpellbookChange, void, ( afxSpellBook* spellbook, unsigned int page ),,
DefineEngineMethod( afxSpellButton, onSpellbookChange, void, ( afxSpellBook* spellbook, U32 page ),,
"Notify an afxSpellButton when its associated spellbook has changed.\n" )
{
object->setSpellBook(spellbook, (U8)page);
}
DefineEngineMethod( afxSpellButton, onTurnPage, void, ( unsigned int page ),,
DefineEngineMethod( afxSpellButton, onTurnPage, void, (U32 page ),,
"Notify an afxSpellButton when the spellbook turns to a new page.\n" )
{
object->setPage((U8)page);