You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Assets/Editor/NewEntityTemplate.lua_template

22 lines
220 B
Plaintext

[ENTITY_NAME] =
{
Editor={
Icon="User.bmp",
},
Properties =
{
},
}
function [ENTITY_NAME]:OnSpawn()
end
function [ENTITY_NAME]:OnDestroy()
end
function [ENTITY_NAME]:OnPropertyChange()
self:OnReset();
end