572
edits
No edit summary |
No edit summary |
||
Line 478: | Line 478: | ||
-- Gets the modifiers for the specified entity | -- Gets the modifiers for the specified entity | ||
function p.GetModifiers(name, type) | function p.GetModifiers(name, type) | ||
if type == 'building' then | if type == 'building' then | ||
return p._GetBuildingModifiers(p._GetBuildingByName(name)) | return p._GetBuildingModifiers(p._GetBuildingByName(name)) |
edits