Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "rbx-cmdr", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Cmdr is a fully extensible and type safe command console for Roblox developers.", | ||
@@ -5,0 +5,0 @@ "main": "./Cmdr/init.lua", |
@@ -221,18 +221,19 @@ <div align="center"> | ||
`string`, `strings`: string, array<string> | ||
`number`, `numbers`: number, array<number> | ||
`integer`, `integers`: number, array<number> | ||
`boolean`, `booleans`: boolean, array<boolean> | ||
`player`, `players`: Player, array<Player> | ||
`team`, `teams`: Team, array<Team> | ||
`teamPlayers`: Player, array<Player> | ||
`command`, `commands`: string, array<string> | ||
`userInput`, `userInputs` Enum.UserInputType | Enum.KeyCode, array<Enum.UserInputType | Enum.KeyCode> | ||
`brickColor`, `brickColors`: BrickColor, array<BrickColor> | ||
`teamColor`, `teamColors`: BrickColor, array<BrickColor> | ||
`color3`, `color3s`: Color3, array<Color3> | ||
`hexColor3`, `hexColor3s`: Color3, array<Color3> | ||
`brickColor3`, `brickColor3s`: Color3, array<Color3> | ||
`vector3`, `vector3s`: Vector3, array<Vector3> | ||
`vector2`, `vector2s`: Vector2, array<Vector2> | ||
- `string`, `strings`: `string`, `array<string>` | ||
- `number`, `numbers`: `number`, `array<number>` | ||
- `integer`, `integers`: `number`, `array<number>` | ||
- `boolean`, `booleans`: `boolean`, `array<boolean>` | ||
- `player`, `players`: `Player`, `array<Player>` | ||
- `team`, `teams`: `Team`, `array<Team>` | ||
- `teamPlayers`: `Player`, `array<Player>` | ||
- `command`, `commands`: `string`, `array<string>` | ||
- `userInput`, `userInputs`: `Enum.UserInputType | Enum.KeyCode`, `array<Enum.UserInputType | Enum.KeyCode>` | ||
- `brickColor`, `brickColors`: `BrickColor`, `array<BrickColor>` | ||
- `teamColor`, `teamColors`: `BrickColor`, `array<BrickColor>` | ||
- `color3`, `color3s`: `Color3`, `array<Color3>` | ||
- `hexColor3`, `hexColor3s`: `Color3`, `array<Color3>` | ||
- `brickColor3`, `brickColor3s`: `Color3`, `array<Color3>` | ||
- `vector3`, `vector3s`: `Vector3`, `array<Vector3>` | ||
- `vector2`, `vector2s`: `Vector2`, `array<Vector2>` | ||
- `duration`, `durations`: `number`, `array<number>` | ||
@@ -685,2 +686,2 @@ Plural types (types that return a table) are listable, so you can provide a comma-separated list of values. | ||
#### `Util.ParseEscapeSequences(text: string): string` | ||
Replaces escape sequences with their fully qualified characters in a string. This only parses `\n`, `\t`, `\uXXXX`, and `\xXX` where `X` is any hexadecimal character. | ||
Replaces escape sequences with their fully qualified characters in a string. This only parses `\n`, `\t`, `\uXXXX`, and `\xXX` where `X` is any hexadecimal character. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
165233
62
686