rpg-x2/RPG-X2 Lua Documentation/examples/FindingEnts1.lua

4 lines
67 B
Lua
Raw Normal View History

2011-06-01 12:20:56 +00:00
function Example()
local ent;
ent = entity.Find("doorbell");
end