1
0
forked from mirrors/0ad

Territorial limits applied

This was SVN commit r5244.
This commit is contained in:
Alexander
2007-07-14 06:15:19 +00:00
parent 2ce74c53b1
commit 7eaa6d3454
16 changed files with 109 additions and 11 deletions
@@ -121,6 +121,8 @@ void CEntity::ScriptingInit()
AddClassProperty( L"building", &CEntity::m_building );
AddClassProperty( L"visible", &CEntity::m_visible );
AddClassProperty( L"productionQueue", &CEntity::m_productionQueue );
AddClassProperty( L"traits.creation.buildingLimitCategory", &CEntity::m_buildingLimitCategory );
CJSComplex<CEntity>::ScriptingInit( "Entity", Construct, 2 );
}