mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
8 lines
156 B
Lua
8 lines
156 B
Lua
GroupTest = GROUP:FindByName("Test")
|
|
|
|
TestScheduler = SCHEDULER:New( nil,
|
|
function()
|
|
|
|
MESSAGE:New("Hello World", 5 ):ToAll()
|
|
|
|
end, {}, 10, 10 ) |