Class OperationMessage
Static class that contains common operation messages.
Inheritance
Inherited Members
Namespace: Fibula.Mechanics.Operations
Assembly: Fibula.Mechanics.dll
Syntax
public static class OperationMessage
Fields
| Improve this Doc View SourceDestinationTooFarAway
The operation cannot be completed because the destination of the movement is too far to perform it.
Declaration
public const string DestinationTooFarAway = "The destination is too far away."
Field Value
Type | Description |
---|---|
System.String |
MayNotMoveThis
The operation cannot be completed because the thing cannot be moved or the player does not have enough privilege to do it.
Declaration
public const string MayNotMoveThis = "You may not move this."
Field Value
Type | Description |
---|---|
System.String |
MayNotThrowThere
The operation cannot be completed because the throw angle is not allowed.
Declaration
public const string MayNotThrowThere = "You may not throw there."
Field Value
Type | Description |
---|---|
System.String |
MustFirstOpenThatContainer
The operation cannot be completed because the player no longer has access to the source container.
Declaration
public const string MustFirstOpenThatContainer = "You must first open the container."
Field Value
Type | Description |
---|---|
System.String |
NotEnoughQuantity
The operation cannot be completed because the desired quantity is greater than what's available at the source.
Declaration
public const string NotEnoughQuantity = "There is not enough quantity to move."
Field Value
Type | Description |
---|---|
System.String |
NotEnoughRoom
The operation cannot be completed because the destination is obstructed.
Declaration
public const string NotEnoughRoom = "There is not enough room."
Field Value
Type | Description |
---|---|
System.String |
NotPossible
The operation is not possible at the moment.
Declaration
public const string NotPossible = "Sorry, not possible."
Field Value
Type | Description |
---|---|
System.String |
ThereIsNoWay
The operation cannot be completed because there is no way for the player to get there.
Declaration
public const string ThereIsNoWay = "There is no way."
Field Value
Type | Description |
---|---|
System.String |
TooFarAway
The operation cannot be completed because the player is too far to perform it.
Declaration
public const string TooFarAway = "You are too far away."
Field Value
Type | Description |
---|---|
System.String |