mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xxx
This commit is contained in:
@@ -1579,7 +1579,7 @@ function PLAYERTASKCONTROLLER:New(Name, Coalition, Type, ClientFilter)
|
|||||||
self.ClusterRadius = 0.5
|
self.ClusterRadius = 0.5
|
||||||
self.TargetRadius = 500
|
self.TargetRadius = 500
|
||||||
|
|
||||||
self.ClientFilter = ClientFilter or ""
|
self.ClientFilter = ClientFilter --or ""
|
||||||
|
|
||||||
self.TargetQueue = FIFO:New() -- Utilities.FiFo#FIFO
|
self.TargetQueue = FIFO:New() -- Utilities.FiFo#FIFO
|
||||||
self.TaskQueue = FIFO:New() -- Utilities.FiFo#FIFO
|
self.TaskQueue = FIFO:New() -- Utilities.FiFo#FIFO
|
||||||
|
|||||||
@@ -1170,7 +1170,7 @@ end
|
|||||||
-- This will populate variables for the MSRS raw class and all instances you create with e.g. `mysrs = MSRS:New()`
|
-- This will populate variables for the MSRS raw class and all instances you create with e.g. `mysrs = MSRS:New()`
|
||||||
-- Optionally you can also load this per **single instance** if so needed, i.e.
|
-- Optionally you can also load this per **single instance** if so needed, i.e.
|
||||||
--
|
--
|
||||||
-- mysrs:LoadConfig(Path,Filename)
|
-- mysrs:LoadConfigFile(Path,Filename)
|
||||||
--
|
--
|
||||||
-- 4) Use the config in your code like so, variable names are basically the same as in the config file, but all lower case, examples:
|
-- 4) Use the config in your code like so, variable names are basically the same as in the config file, but all lower case, examples:
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user