Comment on page
🟪

sam.Util.is_steamid

bool sam.Util.is_steamid( string id )

Description

Check if a steamid32 or not.

Aguments

  1. 1.

    string id

Returns

  1. 1.

    bool

Example

print(sam.Util.is_steamid("STEAM_0:0:150794857"))
-- output
true