mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Fix usage example comment for ZONE_BASE:GetProperty() (#1775)
* Fixed some typos of forms of the word 'strategy'. * Fix ZONE_BASE:GetProperty() usage example comment Co-authored-by: dogjutsu <dogjutsu@mattjay.net>
This commit is contained in:
parent
4aa3edc508
commit
df54d09494
@ -572,7 +572,7 @@ end
|
|||||||
--
|
--
|
||||||
-- local PropertiesZone = ZONE:FindByName("Properties Zone")
|
-- local PropertiesZone = ZONE:FindByName("Properties Zone")
|
||||||
-- local Property = "ExampleProperty"
|
-- local Property = "ExampleProperty"
|
||||||
-- local PropertyValue = PropertiesZone:GetProperty(PropertyName)
|
-- local PropertyValue = PropertiesZone:GetProperty(Property)
|
||||||
--
|
--
|
||||||
function ZONE_BASE:GetProperty(PropertyName)
|
function ZONE_BASE:GetProperty(PropertyName)
|
||||||
return self.Properties[PropertyName]
|
return self.Properties[PropertyName]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user