parent
904af99022
commit
1f07ddc428
src/ScriptResolving/AngelScript/TypeRegistry/Battling
|
@ -16,7 +16,7 @@ void RegisterBattleClass::RegisterChoiceQueue(asIScriptEngine* engine) {
|
|||
asMETHOD(CreatureLib::Battling::ChoiceQueue, MoveCreatureChoiceNext),
|
||||
asCALL_THISCALL);
|
||||
assert(r >= 0);
|
||||
r = engine->RegisterObjectMethod("ChoiceQueue", "BaseTurnChoice Peek() const",
|
||||
r = engine->RegisterObjectMethod("ChoiceQueue", "const BaseTurnChoice@ Peek() const",
|
||||
asMETHOD(CreatureLib::Battling::ChoiceQueue, Peek),
|
||||
asCALL_THISCALL);
|
||||
assert(r >= 0);
|
||||
|
|
Loading…
Reference in New Issue