mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-29 09:09:39 +00:00
function shapeBaseData::onEndSequence(%this, %obj, %slot, %name)
{
%script = "on" @ %name;
if(%this.isMethod(%script))
%this.call(%script, %obj);
}
function fooData::onDeploy(%this,%obj)
{
error("fooData::onDeploy" SPC %this SPC %obj);
}
|
||
|---|---|---|
| .. | ||
| bin | ||
| lib | ||
| source | ||