mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Update Set.lua
correct typo in function name
This commit is contained in:
parent
5034005f6b
commit
b2d87a8780
@ -3267,7 +3267,7 @@ do -- SET_STATIC
|
|||||||
-- @param #SET_STATIC self
|
-- @param #SET_STATIC self
|
||||||
-- @param Core.Zone#ZONE Zone The Zone to be tested for.
|
-- @param Core.Zone#ZONE Zone The Zone to be tested for.
|
||||||
-- @return #boolean
|
-- @return #boolean
|
||||||
function SET_STATIC:IsPatriallyInZone( Zone )
|
function SET_STATIC:IsPartiallyInZone( Zone )
|
||||||
|
|
||||||
local IsPartiallyInZone = false
|
local IsPartiallyInZone = false
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user