gta.useComputer: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |games = iv |endpoint = client |type = function |name = gta.useComputer |usage = shows the in-game computer (like the computers at internet cafe) |parameters = vo...") |
No edit summary |
||
Line 4: | Line 4: | ||
|type = function | |type = function | ||
|name = gta.useComputer | |name = gta.useComputer | ||
|usage = shows the in-game computer (like the computers at internet cafe) | |usage = shows the in-game computer interface (like the computers at internet cafe) | ||
|parameters = void | |parameters = void | ||
|returnTypes = void | |returnTypes = void |
Latest revision as of 07:32, 9 July 2022
Function
Client Only
Online and Offline
Available since Client 1.0.0
void gta.useComputer(void)
The gta.useComputer function is used to shows the in-game computer interface (like the computers at internet cafe).
Parameters
void | This function doesn't take any parameters. |
Return
void | This function doesn't return a value. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.