DirectCommand

new DirectCommand(opt_dataopt)

Generated by JsPbCodeGenerator.
Parameters:
Name Type Attributes Description
opt_data Array <optional>
Optional initial data array, typically from a server response, or constructed directly in Javascript. The array is used in place and becomes part of the constructed object. It is not cloned. If no data is provided, the constructed object will be empty, but still valid.

Extends

  • jspb.Message

Members

static displayName

Methods

static deserializeBinary(bytes) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Deserializes binary data (in protobuf wire format).
Parameters:
Name Type Description
bytes jspb.ByteSource The bytes to deserialize.

static deserializeBinaryFromReader(msgnon-null, readernon-null) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Deserializes binary data (in protobuf wire format) from the given reader into the given message object.
Parameters:
Name Type Description
msg proto.game_protobuf_messages.proto.messages.DirectCommand The message object to deserialize into.
reader jspb.BinaryReader The BinaryReader to use.

static serializeBinaryToWriter(messagenon-null, writernon-null)

Serializes the given message to binary data (in protobuf wire format), writing to the given BinaryWriter.
Parameters:
Name Type Description
message proto.game_protobuf_messages.proto.messages.DirectCommand
writer jspb.BinaryWriter

static toObject(includeInstance, msgnon-null) non-null {Object}

Static version of the {@see toObject} method.
Parameters:
Name Type Description
includeInstance boolean | undefined Deprecated. Whether to include the JSPB instance for transitional soy proto support: http://goto/soy-param-migration
msg proto.game_protobuf_messages.proto.messages.DirectCommand The msg instance to transform.
Returns:
Object

addToActorIds(value, opt_indexopt) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Attributes Description
value number
opt_index number <optional>

clearToActorIdsList() non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Clears the list making it empty but non-null.

getCached() → {boolean}

optional bool cached = 1;
Returns:
boolean

getCachingOption() → {number}

optional int32 caching_option = 4;
Returns:
number

getEventId() → {number}

optional int32 event_id = 2;
Returns:
number

getEventOptions() → {number}

optional int32 event_options = 5;
Returns:
number

getFromActorId() → {number}

optional int32 from_actor_id = 9;
Returns:
number

getI() → {number}

optional int32 i = 10;
Returns:
number

getInterestGroup() → {number}

optional int32 interest_group = 11;
Returns:
number

getMsg() non-null {string|Uint8Array}

optional bytes msg = 7;
Returns:
string | Uint8Array

getMsg_asB64() → {string}

optional bytes msg = 7; This is a type-conversion wrapper around `getMsg()`
Returns:
string

getMsg_asU8() non-null {Uint8Array}

optional bytes msg = 7; Note that Uint8Array is not supported on all browsers.
Returns:
Uint8Array
See:

getReceiverGroup() → {number}

optional int32 receiver_group = 3;
Returns:
number

getTimestamp() → {number}

optional int64 timestamp = 8;
Returns:
number

getToActorIdsList() non-null {Array.<number>}

repeated int32 to_actor_ids = 6;
Returns:
Array.<number>

serializeBinary() non-null {Uint8Array}

Serializes the message to binary data (in protobuf wire format).
Returns:
Uint8Array

setCached(value) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value boolean

setCachingOption(value) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value number

setEventId(value) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value number

setEventOptions(value) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value number

setFromActorId(value) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value number

setI(value) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value number

setInterestGroup(value) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value number

setMsg(valuenon-null) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value string | Uint8Array

setReceiverGroup(value) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value number

setTimestamp(value) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value number

setToActorIdsList(valuenon-null) non-null {proto.game_protobuf_messages.proto.messages.DirectCommand}

Parameters:
Name Type Description
value Array.<number>

toObject(opt_includeInstanceopt) non-null {Object}

Creates an object representation of this proto. Field names that are reserved in JavaScript and will be renamed to pb_name. Optional fields that are not set will be set to undefined. To access a reserved field use, foo.pb_, eg, foo.pb_default. For the list of reserved names please see: net/proto2/compiler/js/internal/generator.cc#kKeyword.
Parameters:
Name Type Attributes Description
opt_includeInstance boolean <optional>
Deprecated. whether to include the JSPB instance for transitional soy proto support: http://goto/soy-param-migration
Returns:
Object