mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Cleanup of the elements exposed to the console
This commit is contained in:
parent
74b7e4cd89
commit
3bc46a8376
8 changed files with 12 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue