Home
last modified time | relevance | path

Searched refs:MarkerAddPoint (Results 1 – 4 of 4) sorted by relevance

/dports/games/spring/spring_98.0/cont/examples/Widgets/
H A Dinit_start_marker.lua25 Spring.MarkerAddPoint(x, y, z, "Start " .. id )
H A Dminimap_startbox.lua319 Spring.MarkerAddPoint(newx, newy, newz, "Start " .. teamID .. " (" .. name .. ")", 1)
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaUnsyncedCtrl.h141 static int MarkerAddPoint(lua_State* L);
H A DLuaUnsyncedCtrl.cpp225 REGISTER_LUA_CFUNC(MarkerAddPoint); in PushEntries()
2584 int LuaUnsyncedCtrl::MarkerAddPoint(lua_State* L) in MarkerAddPoint() function in LuaUnsyncedCtrl