🇪🇬
🇪🇬
🇪🇬
🇪🇬
SAM
Search
⌃
K
🇪🇬
🇪🇬
🇪🇬
🇪🇬
SAM
Search
⌃
K
📔
Info (READ)
States 🟪🟦🟨
Static Methods vs Instance Methods
(optional)
Console
💘
API
👨🦽
Player
🤖
Command
🔫
Rank
⚙
Config
⚒
Util
🟪
sam.Util.parse_args
🟪
sam.Util.is_steamid
🟪
sam.Util.is_steamid64
🟪
sam.Util.is_valid_map
🟪
sam.Util.is_valid_gamemode
🟪
sam.Util.to_hex
🕸
Net
📦
Sql
Powered By
GitBook
🟪
sam.Util.parse_args
a
rray
[
string
]
sam.Util.parse_args
(
string
text )
Description
Turn text into arguments.
Aguments
1.
string
text
Returns
1.
a
rray
[
string
]
Example
local
args
=
Util
.
parse_args
(
'hi there "mr srlion!" ok.'
)
PrintTable
(
args
)
-- output:
{
"hi"
,
"there"
,
"mr srlion!"
,
"ok."
}
API - Previous
Util
Next
sam.Util.is_steamid
Last modified
1yr ago