Wrapper that allows you to interface with the platforms in the Nexus.
public void LowerAllPlatforms()
(Client) Forces all platforms to be lowered.
public void RaisePlatform(int platformID, float height = -1f, float time = 0.3f)
(Client) Raises the platform to a specified height.
Arguments
(int) The ID of this platform. [id]
(float) The height to raise this platform to. Defaults to the regular height the platform is risen to. [height]
(float) The time it'll take to rise the platform. Defaults to 0.3f [time]
public void LowerPlatform(int platformID, float time = 0.3f)
(Client) Lower a specific platform.
Arguments
(int) The ID of this platform. [id]
(float) The time it'll take to lower the platform. Defaults to 0.3f [time]
public void SetPlatformColor(int platformID, LuaColor platformColor, LuaColor lightColor, int presetColor)
(Client) Set the color of a specific platform.
Arguments
(int) The ID of this platform. [platformID]
(Color) The color of the platform. [platformColor]
(Color) The color of the light underneath. [lightColor]
(PresetColor) The preset color for the colorblind indicator. [presetColor]
public void SetPlatformColorblindIndicatorText(int platformID, string text)
(Client) Set the text for a specific platform's colorblind indicator.
Arguments
(int) The ID of this platform. [platformID]
(string) The text. [text]