IScoreObjectAppendScoreT Method
Appends a score value for a specified user.
Namespace: Alteruna.ScoreboardAssembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
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.