Home
last modified time | relevance | path

Searched refs:AllowFeatureCreation (Results 1 – 9 of 9) sorted by relevance

/dports/games/spring/spring_98.0/rts/System/
H A DEventClient.cpp58 bool CEventClient::AllowFeatureCreation(const FeatureDef* featureDef, int allyTeamID, const float3&… in AllowFeatureCreation() function in CEventClient
H A DEventHandler.cpp248 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 DEvents.def152 SETUP_EVENT(AllowFeatureCreation, MANAGED_BIT | CONTROL_BIT)
H A DEventClient.h210 …virtual bool AllowFeatureCreation(const FeatureDef* featureDef, int allyTeamID, const float3& pos);
H A DEventHandler.h153 bool AllowFeatureCreation(const FeatureDef* featureDef, int allyTeamID, const float3& pos);
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaHandleSynced.h61 bool AllowFeatureCreation(const FeatureDef* featureDef, int allyTeamID, const float3& pos);
H A DLuaHandleSynced.cpp612 bool CSyncedLuaHandle::AllowFeatureCreation(const FeatureDef* featureDef, in AllowFeatureCreation() function in CSyncedLuaHandle
/dports/games/spring/spring_98.0/rts/Sim/Features/
H A DFeatureHandler.cpp416 if (!eventHandler.AllowFeatureCreation(fd, cparams.teamID, cparams.pos)) in CreateWreckage()
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaGadgets/
H A Dgadgets.lua1118 function gadgetHandler:AllowFeatureCreation(featureDefID, teamID, x, y, z) function
1120 if (not g:AllowFeatureCreation(featureDefID, teamID, x, y, z)) then