public class PDAWrapper : NetworkBehaviourWrapper

Wrapper for the PDA system as present in some microgames.


public void Show(int pdaType, bool autoHide = true)

(Client) Shows the PDA.

Arguments


public void SetInputMessage(string text, bool onlyNumeric = false)

(Client) Set the message shown in the "input" PDA variation.

Arguments


public void SetTriviaQuestion(string question, string[] answers, string category = "", string difficulty = "")

(Client) Set the question for the "trivia" PDA variation.

Arguments


public void SetSequenceQuestion(string question, int sequenceLength)

(Client) Set the question of the "sequence" PDA variation.

Arguments


public void Hide()

(Client) Hides the PDA.