public class SteamID extends SteamNativeHandle
| Modifier and Type | Method and Description |
|---|---|
static SteamID |
createFromNativeHandle(long id)
Creates a SteamID instance from a long value previously obtained by
SteamNativeHandle.getNativeHandle(SteamNativeHandle). |
int |
getAccountID() |
boolean |
isValid() |
equals, getNativeHandle, hashCode, toStringpublic SteamID()
public SteamID(SteamID steamID)
public boolean isValid()
public int getAccountID()
public static SteamID createFromNativeHandle(long id)
SteamNativeHandle.getNativeHandle(SteamNativeHandle).Copyright © 2018. All rights reserved.