Noticed 'get_game_server_steamid' is being defined twice
Posted: Mon Sep 08, 2014 2:20 pm
Hi,
I just looked at the code in ../src/core/modules/engines/engines_wrap_python.cpp: https://github.com/Source-Python-Dev-Team/Source.Python/blob/master/src/core/modules/engines/engines_wrap_python.cpp#L685
I don't know if this was intended or if this was a mistake :)
I just looked at the code in ../src/core/modules/engines/engines_wrap_python.cpp: https://github.com/Source-Python-Dev-Team/Source.Python/blob/master/src/core/modules/engines/engines_wrap_python.cpp#L685
Syntax: Select all
.def("get_game_server_steamid",
&IVEngineServer::GetGameServerSteamID,
"Returns the SteamID of the game server.",
reference_existing_object_policy()
)
.def("get_game_server_steamid",
&IVEngineServer::GetGameServerSteamID,
"Returns the SteamID of the game server.",
reference_existing_object_policy()
)
I don't know if this was intended or if this was a mistake :)