Alteruna Multiplayer Docs
C#
Show/Hide TOC
Score
Object
T
On
Changed Property
Action invoked when a value in the score object is changed.
Definition
Namespace:
Alteruna.Scoreboard
Assembly:
Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
Copy
public
Action
<
int
,
IScoreObject
>
OnChanged
{
get
;
set
; }
Property Value
Action
Int32
,
IScoreObject
Implements
IScoreObject
OnChanged
See Also
Reference
ScoreObject
T
Class
Alteruna.Scoreboard Namespace
In This Article
Definition
Property Value
Implements
See Also