IScoreObjectAppendScoreT Method
Appends a score value for a specified user.
Namespace: Alteruna.MultiplayerAssembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
void AppendScore<T>(
ushort userID,
T value
)
where T : struct, new(), IConvertible
- userID UInt16
- The userID for which the score is to be appended.
- value T
- The score value to append.
- T
- The type of the score value, must be a struct and implement IConvertible.