Method GetUserData
GetUserData<T>()
Get the userdata of this token.
public T? GetUserData<T>()
Returns
- T
The fetched data, or null if the window does not exist on the given player, or has no userdata set.
Type Parameters
TA serializable class structure matching the data to fetch.