mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Every RADIO Setter is tested
This commit is contained in:
@@ -10,13 +10,7 @@ local Static = STATIC:FindByName("CommandCenter")
|
||||
local Transmiter = UNIT:FindByName("Transmiter")
|
||||
|
||||
local Radio = Transmiter:GetRadio()
|
||||
Radio:SetFrequency(25)
|
||||
Radio:SetFrequency(89)
|
||||
Radio:SetFrequency(152)
|
||||
Radio:SetFrequency(500)
|
||||
Radio:SetFrequency("a")
|
||||
Radio:SetFrequency(225)
|
||||
Radio:SetFrequency(251.3)
|
||||
|
||||
Radio:SetSubtitle(6, "tes")
|
||||
Radio:SetFileName("Noise.ogg")
|
||||
Radio:SetFrequency(251.3)
|
||||
Radio:Broadcast()
|
||||
Reference in New Issue
Block a user