mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-08 13:14:33 +00:00
Merge branch 'development' into alpha41/damageModel-fix_followup
This commit is contained in:
commit
8c541f4c48
2 changed files with 12 additions and 0 deletions
|
|
@ -10,6 +10,13 @@ function DamageModel::onDestroy(%this)
|
|||
function DamageModel::initServer(%this)
|
||||
{
|
||||
%this.queueExec("./scripts/server/player");
|
||||
}
|
||||
|
||||
//This is called when the server is created for an actual game/map to be played
|
||||
function DamageModel::onCreateGameServer(%this)
|
||||
{
|
||||
%this.registerDatablock("./scripts/managedData/managedParticleData");
|
||||
%this.registerDatablock("./scripts/managedData/managedParticleEmitterData");
|
||||
%this.queueExec("./scripts/server/utility");
|
||||
%this.queueExec("./scripts/server/radiusDamage");
|
||||
%this.queueExec("./scripts/server/projectile");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue