Review fixes
This commit is contained in:
committed by
Michael Krasnyk
parent
c2fd64d3cc
commit
75bdf114be
@@ -319,7 +319,9 @@ void Sol2ScriptingEnvironment::InitContext(LuaScriptingContext &context)
|
||||
"role",
|
||||
&RelationMemberWrap::GetRole,
|
||||
"item_type",
|
||||
&RelationMemberWrap::GetItemType);
|
||||
&RelationMemberWrap::GetItemType,
|
||||
"id",
|
||||
&RelationMemberWrap::GetId);
|
||||
|
||||
/** TODO: make better solution with members iteration.
|
||||
* For this moment, just make vector of RelationMember wrappers
|
||||
|
||||
Reference in New Issue
Block a user