Public Attributes

SourceMod::cmd_target_info_t Struct Reference

Holds the many command target info parameters. More...

#include <public/IPlayerHelpers.h>

List of all members.

Public Attributes

const char * pattern
int admin
cell_ttargets
cell_t max_targets
int flags
char * target_name
size_t target_name_maxlength
int target_name_style
int reason
unsigned int num_targets

Detailed Description

Holds the many command target info parameters.

Definition at line 400 of file IPlayerHelpers.h.


Member Data Documentation

IN: Target pattern string.

Definition at line 402 of file IPlayerHelpers.h.

IN: Client admin index, or 0 if server .

Definition at line 403 of file IPlayerHelpers.h.

IN: Array to store targets.

Definition at line 404 of file IPlayerHelpers.h.

IN: Max targets (always >= 1)

Definition at line 405 of file IPlayerHelpers.h.

IN: COMMAND_FILTER flags.

Definition at line 406 of file IPlayerHelpers.h.

OUT: Buffer to store target name.

Definition at line 407 of file IPlayerHelpers.h.

IN: Maximum length of the target name buffer.

Definition at line 408 of file IPlayerHelpers.h.

OUT: Target name style (COMMAND_TARGETNAME)

Definition at line 409 of file IPlayerHelpers.h.

OUT: COMMAND_TARGET reason.

Definition at line 410 of file IPlayerHelpers.h.

OUT: Number of targets.

Definition at line 411 of file IPlayerHelpers.h.


The documentation for this struct was generated from the following file: