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
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
Banned
Looks up a localized string similar to You were banned from the server..
public static string Banned { get; }
Property Value
CameraDownControls
Looks up a localized string similar to Q.
public static string CameraDownControls { get; }
Property Value
CameraDownDescription
Looks up a localized string similar to Down.
public static string CameraDownDescription { get; }
Property Value
CameraMoveControls
Looks up a localized string similar to W S A D.
public static string CameraMoveControls { get; }
Property Value
CameraMoveDescription
Looks up a localized string similar to Move.
public static string CameraMoveDescription { get; }
Property Value
CameraRotateControls
Looks up a localized string similar to RMB.
public static string CameraRotateControls { get; }
Property Value
CameraRotateDescription
Looks up a localized string similar to Rotate.
public static string CameraRotateDescription { get; }
Property Value
CameraSwitchControls
Looks up a localized string similar to ←/→.
public static string CameraSwitchControls { get; }
Property Value
CameraSwitchDescription
Looks up a localized string similar to Switch player.
public static string CameraSwitchDescription { get; }
Property Value
CameraUpControls
Looks up a localized string similar to E.
public static string CameraUpControls { get; }
Property Value
CameraUpDescription
Looks up a localized string similar to Up.
public static string CameraUpDescription { get; }
Property Value
ChatHelperDescription
Looks up a localized string similar to ENTER - Type/Send | K - Hide/Show Chat.
public static string ChatHelperDescription { get; }
Property Value
ChatHelperNoSendDescription
Looks up a localized string similar to K - Hide/Show Event Log.
public static string ChatHelperNoSendDescription { get; }
Property Value
CommandArgumentTypeBoolean
Looks up a localized string similar to true or false.
public static string CommandArgumentTypeBoolean { get; }
Property Value
CommandArgumentTypeInteger
Looks up a localized string similar to whole number.
public static string CommandArgumentTypeInteger { get; }
Property Value
CommandArgumentTypeNumber
Looks up a localized string similar to number.
public static string CommandArgumentTypeNumber { get; }
Property Value
CommandArgumentTypeText
Looks up a localized string similar to text.
public static string CommandArgumentTypeText { get; }
Property Value
CommandHelperDescription
Looks up a localized string similar to ENTER - Type | F1 - Hide/Show.
public static string CommandHelperDescription { get; }
Property Value
Connected
Looks up a localized string similar to Players in zone.
public static string Connected { get; }
Property Value
ConnectionRejectedByServer
Looks up a localized string similar to Connection rejected by server.
public static string ConnectionRejectedByServer { get; }
Property Value
Disconnected
Looks up a localized string similar to Disconnected.
public static string Disconnected { get; }
Property Value
ExecutionError
Looks up a localized string similar to Execution error: {0}.
public static string ExecutionError { get; }
Property Value
HelpCommandHeader
Looks up a localized string similar to Available commands: {0}.
public static string HelpCommandHeader { get; }
Property Value
HintCommandsUse
Looks up a localized string similar to Press F1 to use commands.
public static string HintCommandsUse { get; }
Property Value
IncompatibleVersion
Looks up a localized string similar to Unable to connect. Incompatible SDK version..
public static string IncompatibleVersion { get; }
Property Value
InvalidArgumentFormat
Looks up a localized string similar to Invalid argument format: {0}.
public static string InvalidArgumentFormat { get; }
Property Value
InvalidArgumentType
Looks up a localized string similar to Invalid argument at index {0}. Expected {1}, got {2}.
public static string InvalidArgumentType { get; }
Property Value
InvalidCommandFormat
Looks up a localized string similar to Invalid command format: {0}.
public static string InvalidCommandFormat { get; }
Property Value
JoinOtherPlayersToProceed
Looks up a localized string similar to Join other players to proceed.
public static string JoinOtherPlayersToProceed { get; }
Property Value
Kicked
Looks up a localized string similar to You were kicked from the server..
public static string Kicked { get; }
Property Value
MissingPak
Looks up a localized string similar to WukongMP.pak is missing.
public static string MissingPak { get; }
Property Value
Ping
Looks up a localized string similar to Ping.
public static string Ping { get; }
Property Value
PingUnits
Looks up a localized string similar to ms.
public static string PingUnits { get; }
Property Value
PlayerGaveUp
Looks up a localized string similar to {0} gave up.
public static string PlayerGaveUp { get; }
Property Value
PlayerLeft
Looks up a localized string similar to {0} has left!.
public static string PlayerLeft { get; }
Property Value
PlayerRequestedRebirth
Looks up a localized string similar to {0} requested rebirth.
public static string PlayerRequestedRebirth { get; }
Property Value
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
ServerFull
Looks up a localized string similar to Server is full, try again later..
public static string ServerFull { get; }
Property Value
SeverePacketLossDetected
Looks up a localized string similar to Severe packet loss detected!.
public static string SeverePacketLossDetected { get; }
Property Value
TooFewArguments
Looks up a localized string similar to Too few arguments: min {0}, actual {1}.
public static string TooFewArguments { get; }
Property Value
TooManyArguments
Looks up a localized string similar to Too many arguments: max {0}, actual {1}.
public static string TooManyArguments { get; }
Property Value
UnrecognizedCommand
Looks up a localized string similar to Unrecognized command: {0}.
public static string UnrecognizedCommand { get; }
Property Value
WaitForOtherPlayers
Looks up a localized string similar to Wait for other players.
public static string WaitForOtherPlayers { get; }
Property Value
WaitForOtherPlayersCount
Looks up a localized string similar to Wait for other players ({0}/{1}).
public static string WaitForOtherPlayersCount { get; }
Property Value
Methods
GetByName(string)
public static string? GetByName(string name)
Parameters
name string