Object Creation List - Andreas-W/GeneralsGameCode_Modding GitHub Wiki
Object Creation List
XP and Weapon Bonus Propagation
Added new parameters to CreateObject entries
InheritsWeaponBonus = No
- (Created objects will inherit their current weapon bonus from their caller. This allows delayed weapon explosions to properly use the parent object's upgrades and veterancy.)ExperienceSinkForCaller = No
- (Any experience gained by the created object will be propagated to it's caller. This allows objects created by weapon's detonation OCL, like FireFields to gain XP for the shooter.)