mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-25 01:06:04 +02:00
tpt.get_property("id",x,y)
This commit is contained in:
committed by
Simon Robertshaw
parent
5892c74595
commit
89ff8ad9aa
@@ -612,6 +612,10 @@ int luatpt_get_property(lua_State* l)
|
||||
lua_pushnumber(l, parts[i].y);
|
||||
return 1;
|
||||
}
|
||||
if (strcmp(prop,"id")==0){
|
||||
lua_pushnumber(l, i);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
else if (strcmp(prop,"type")==0){
|
||||
lua_pushinteger(l, 0);
|
||||
|
Reference in New Issue
Block a user