IScoreObjectAppendScoreT Method
Appends a score value for a specified user.
Namespace: Alteruna.MultiplayerAssembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
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.