Skip to content

Commit

Permalink
Update to_gc_num.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
slimerunner authored Dec 17, 2024
1 parent 03b623e commit 418143d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/scripting/scripts.lib/to_gc_num.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ The formatted GC string to be turned into a number.

Returns a number (for valid GC string) OR an error object (for invalid string).

```js
{
ok: false,
msg: "GC string " + gc_string + " is not in correct format. Example GC strings: \"1M234K567GC\", \"1B5KGC\", \"2MGC\", \"9GC\"."
}
```
{ ok: false, msg: "GC string " + gc_string + " is not in correct format. Example GC strings: \"1M234K567GC\", \"1B5KGC\", \"2MGC\", \"9GC\"." }


## Example
Expand Down

0 comments on commit 418143d

Please sign in to comment.