Restituisce sempre true perché il comando funziona anche senza parametri.
Namespace: DedNetInv.CommandsAssembly: DedNetInv (in DedNetInv.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public override bool InvEnabled(
DedInvCommandContext invCmdCtx
)
Public Overrides Function InvEnabled (
invCmdCtx As DedInvCommandContext
) As Boolean
public:
virtual bool InvEnabled(
DedInvCommandContext^ invCmdCtx
) override
abstract InvEnabled :
invCmdCtx : DedInvCommandContext -> bool
override InvEnabled :
invCmdCtx : DedInvCommandContext -> bool
Parametri
- invCmdCtx DedInvCommandContext
-
Valore di ritorno
BooleanVedi anche