Collapse All
Expand All
C#
Antikaria MUD Code Documentation
RandomBehaviour
.
.
::
.
.
CurrentBehaviour Property
RandomBehaviour Class
See Also
Send Feedback
Gets the behaviour that is currently running.
Namespace:
BaseLib
Assembly:
BaseLib
(in BaseLib.dll) Version: 0.5.0.0
Syntax
C#
public
Behaviour
CurrentBehaviour
{
get
;
private
set
; }
Field Value
The current behaviour.
See Also
RandomBehaviour Class
RandomBehaviour Members
BaseLib Namespace