Searched refs:AllowFeatureCreation (Results 1 – 9 of 9) sorted by relevance
/dports/games/spring/spring_98.0/rts/System/ |
H A D | EventClient.cpp | 58 bool CEventClient::AllowFeatureCreation(const FeatureDef* featureDef, int allyTeamID, const float3&… in AllowFeatureCreation() function in CEventClient
|
H A D | EventHandler.cpp | 248 bool CEventHandler::AllowFeatureCreation(const FeatureDef* featureDef, int allyTeamID, const float3… in AllowFeatureCreation() function in CEventHandler 250 CONTROL_ITERATE_DEF_TRUE(AllowFeatureCreation, featureDef, allyTeamID, pos) in AllowFeatureCreation()
|
H A D | Events.def | 152 SETUP_EVENT(AllowFeatureCreation, MANAGED_BIT | CONTROL_BIT)
|
H A D | EventClient.h | 210 …virtual bool AllowFeatureCreation(const FeatureDef* featureDef, int allyTeamID, const float3& pos);
|
H A D | EventHandler.h | 153 bool AllowFeatureCreation(const FeatureDef* featureDef, int allyTeamID, const float3& pos);
|
/dports/games/spring/spring_98.0/rts/Lua/ |
H A D | LuaHandleSynced.h | 61 bool AllowFeatureCreation(const FeatureDef* featureDef, int allyTeamID, const float3& pos);
|
H A D | LuaHandleSynced.cpp | 612 bool CSyncedLuaHandle::AllowFeatureCreation(const FeatureDef* featureDef, in AllowFeatureCreation() function in CSyncedLuaHandle
|
/dports/games/spring/spring_98.0/rts/Sim/Features/ |
H A D | FeatureHandler.cpp | 416 if (!eventHandler.AllowFeatureCreation(fd, cparams.teamID, cparams.pos)) in CreateWreckage()
|
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaGadgets/ |
H A D | gadgets.lua | 1118 function gadgetHandler:AllowFeatureCreation(featureDefID, teamID, x, y, z) function 1120 if (not g:AllowFeatureCreation(featureDefID, teamID, x, y, z)) then
|