πŸŸͺsam.Util.is_steamid64

bool sam.Util.is_steamid64( string id )

Description

Check if a steamid64 or not.

Aguments

Returns

Example

print(sam.Util.is_steamid64("76561198261855442"))
-- output
true

Last updated