feat: Game.getOutfits(playerSex) and Game.getMounts() #1824
Annotations
3 errors and 10 warnings
src/lua/functions/core/game/game_functions.cpp#L788
'void LuaFunctionsLoader::pushOutfit(lua_State *,const Outfit_t &)': cannot convert argument 2 from 'const std::shared_ptr<Outfit> *' to 'const Outfit_t &'
|
src/lua/functions/core/game/game_functions.cpp#L802
'void LuaFunctionsLoader::pushMount(lua_State *,const std::shared_ptr<Mount>)': cannot convert argument 2 from 'std::shared_ptr<Mount> *' to 'const std::shared_ptr<Mount>'
|
|
src/kv/value_wrapper.hpp#L182
'==': unsafe mix of type 'const _T1' and type 'const _T2' in operation
|
src/kv/value_wrapper.hpp#L182
'==': unsafe mix of type 'const _T1' and type 'const _T2' in operation
|
src/kv/value_wrapper.hpp#L182
'==': unsafe mix of type 'const _T1' and type 'const _T2' in operation
|
src/kv/value_wrapper.hpp#L182
'==': unsafe mix of type 'const _T1' and type 'const _T2' in operation
|
src/kv/value_wrapper.hpp#L182
'==': unsafe mix of type 'const _T1' and type 'const _T2' in operation
|
src/kv/value_wrapper.hpp#L182
'==': unsafe mix of type 'const _T1' and type 'const _T2' in operation
|
src/kv/value_wrapper.hpp#L182
'==': unsafe mix of type 'const _T1' and type 'const _T2' in operation
|
src/kv/value_wrapper.hpp#L182
'==': unsafe mix of type 'const _T1' and type 'const _T2' in operation
|
src/kv/value_wrapper.hpp#L182
'==': unsafe mix of type 'const _T1' and type 'const _T2' in operation
|
src/kv/value_wrapper.hpp#L182
'==': unsafe mix of type 'const _T1' and type 'const _T2' in operation
|
The logs for this run have expired and are no longer available.
Loading