Skip to main content
Version: 0.4.1

Class BuiltinTexts

Namespace: WukongMp.Api.Resources
Assembly: WukongMp.Api.dll

Lookup by resource name, for the few places that only learn which string they need at runtime, such as a localized chat message whose key arrived over the wire.

public static class BuiltinTexts

Inheritance

objectBuiltinTexts

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

AlreadyConnected

Looks up a localized string similar to Already connected to the server elsewhere..

public static string AlreadyConnected { get; }

Property Value

string

Banned

Looks up a localized string similar to You were banned from the server..

public static string Banned { get; }

Property Value

string

CameraDownControls

Looks up a localized string similar to Q.

public static string CameraDownControls { get; }

Property Value

string

CameraDownDescription

Looks up a localized string similar to Down.

public static string CameraDownDescription { get; }

Property Value

string

CameraMoveControls

Looks up a localized string similar to W S A D.

public static string CameraMoveControls { get; }

Property Value

string

CameraMoveDescription

Looks up a localized string similar to Move.

public static string CameraMoveDescription { get; }

Property Value

string

CameraRotateControls

Looks up a localized string similar to RMB.

public static string CameraRotateControls { get; }

Property Value

string

CameraRotateDescription

Looks up a localized string similar to Rotate.

public static string CameraRotateDescription { get; }

Property Value

string

CameraSwitchControls

Looks up a localized string similar to ←/→.

public static string CameraSwitchControls { get; }

Property Value

string

CameraSwitchDescription

Looks up a localized string similar to Switch player.

public static string CameraSwitchDescription { get; }

Property Value

string

CameraUpControls

Looks up a localized string similar to E.

public static string CameraUpControls { get; }

Property Value

string

CameraUpDescription

Looks up a localized string similar to Up.

public static string CameraUpDescription { get; }

Property Value

string

ChatHelperDescription

Looks up a localized string similar to ENTER - Type/Send | K - Hide/Show Chat.

public static string ChatHelperDescription { get; }

Property Value

string

ChatHelperNoSendDescription

Looks up a localized string similar to K - Hide/Show Event Log.

public static string ChatHelperNoSendDescription { get; }

Property Value

string

CommandArgumentTypeBoolean

Looks up a localized string similar to true or false.

public static string CommandArgumentTypeBoolean { get; }

Property Value

string

CommandArgumentTypeInteger

Looks up a localized string similar to whole number.

public static string CommandArgumentTypeInteger { get; }

Property Value

string

CommandArgumentTypeNumber

Looks up a localized string similar to number.

public static string CommandArgumentTypeNumber { get; }

Property Value

string

CommandArgumentTypeText

Looks up a localized string similar to text.

public static string CommandArgumentTypeText { get; }

Property Value

string

CommandHelperDescription

Looks up a localized string similar to ENTER - Type | F1 - Hide/Show.

public static string CommandHelperDescription { get; }

Property Value

string

Connected

Looks up a localized string similar to Players in zone.

public static string Connected { get; }

Property Value

string

ConnectionRejectedByServer

Looks up a localized string similar to Connection rejected by server.

public static string ConnectionRejectedByServer { get; }

Property Value

string

Disconnected

Looks up a localized string similar to Disconnected.

public static string Disconnected { get; }

Property Value

string

ExecutionError

Looks up a localized string similar to Execution error: {0}.

public static string ExecutionError { get; }

Property Value

string

HelpCommandHeader

Looks up a localized string similar to Available commands: {0}.

public static string HelpCommandHeader { get; }

Property Value

string

HintCommandsUse

Looks up a localized string similar to Press F1 to use commands.

public static string HintCommandsUse { get; }

Property Value

string

IncompatibleVersion

Looks up a localized string similar to Unable to connect. Incompatible SDK version..

public static string IncompatibleVersion { get; }

Property Value

string

InvalidArgumentFormat

Looks up a localized string similar to Invalid argument format: {0}.

public static string InvalidArgumentFormat { get; }

Property Value

string

InvalidArgumentType

Looks up a localized string similar to Invalid argument at index {0}. Expected {1}, got {2}.

public static string InvalidArgumentType { get; }

Property Value

string

InvalidCommandFormat

Looks up a localized string similar to Invalid command format: {0}.

public static string InvalidCommandFormat { get; }

Property Value

string

JoinOtherPlayersToProceed

Looks up a localized string similar to Join other players to proceed.

public static string JoinOtherPlayersToProceed { get; }

Property Value

string

Kicked

Looks up a localized string similar to You were kicked from the server..

public static string Kicked { get; }

Property Value

string

MissingPak

Looks up a localized string similar to WukongMP.pak is missing.

public static string MissingPak { get; }

Property Value

string

Ping

Looks up a localized string similar to Ping.

public static string Ping { get; }

Property Value

string

PingUnits

Looks up a localized string similar to ms.

public static string PingUnits { get; }

Property Value

string

PlayerGaveUp

Looks up a localized string similar to {0} gave up.

public static string PlayerGaveUp { get; }

Property Value

string

PlayerLeft

Looks up a localized string similar to {0} has left!.

public static string PlayerLeft { get; }

Property Value

string

PlayerRequestedRebirth

Looks up a localized string similar to {0} requested rebirth.

public static string PlayerRequestedRebirth { get; }

Property Value

string

ServerBanned

Looks up a localized string similar to This server is banned by ReadyM and is not accepting players..

public static string ServerBanned { get; }

Property Value

string

ServerFull

Looks up a localized string similar to Server is full, try again later..

public static string ServerFull { get; }

Property Value

string

SeverePacketLossDetected

Looks up a localized string similar to Severe packet loss detected!.

public static string SeverePacketLossDetected { get; }

Property Value

string

TooFewArguments

Looks up a localized string similar to Too few arguments: min {0}, actual {1}.

public static string TooFewArguments { get; }

Property Value

string

TooManyArguments

Looks up a localized string similar to Too many arguments: max {0}, actual {1}.

public static string TooManyArguments { get; }

Property Value

string

UnrecognizedCommand

Looks up a localized string similar to Unrecognized command: {0}.

public static string UnrecognizedCommand { get; }

Property Value

string

WaitForOtherPlayers

Looks up a localized string similar to Wait for other players.

public static string WaitForOtherPlayers { get; }

Property Value

string

WaitForOtherPlayersCount

Looks up a localized string similar to Wait for other players ({0}/{1}).

public static string WaitForOtherPlayersCount { get; }

Property Value

string

Methods

GetByName(string)

public static string? GetByName(string name)

Parameters

name string

Returns

string?

  • Properties
    • AlreadyConnected
    • Banned
    • CameraDownControls
    • CameraDownDescription
    • CameraMoveControls
    • CameraMoveDescription
    • CameraRotateControls
    • CameraRotateDescription
    • CameraSwitchControls
    • CameraSwitchDescription
    • CameraUpControls
    • CameraUpDescription
    • ChatHelperDescription
    • ChatHelperNoSendDescription
    • CommandArgumentTypeBoolean
    • CommandArgumentTypeInteger
    • CommandArgumentTypeNumber
    • CommandArgumentTypeText
    • CommandHelperDescription
    • Connected
    • ConnectionRejectedByServer
    • Disconnected
    • ExecutionError
    • HelpCommandHeader
    • HintCommandsUse
    • IncompatibleVersion
    • InvalidArgumentFormat
    • InvalidArgumentType
    • InvalidCommandFormat
    • JoinOtherPlayersToProceed
    • Kicked
    • MissingPak
    • Ping
    • PingUnits
    • PlayerGaveUp
    • PlayerLeft
    • PlayerRequestedRebirth
    • ServerBanned
    • ServerFull
    • SeverePacketLossDetected
    • TooFewArguments
    • TooManyArguments
    • UnrecognizedCommand
    • WaitForOtherPlayers
    • WaitForOtherPlayersCount
  • Methods
    • GetByName(string)