Skip to main content

[NodeMod Core]

/ / nodemod / PlayerMove

Interface: PlayerMove

Defined in: types/structures.d.ts:809

Player movement state and physics parameters

Properties

player_index

player_index: number

Defined in: types/structures.d.ts:811

ACCESSOR_T(..., "player_index", player_index, GETN, SETINT)

server

server: boolean

Defined in: types/structures.d.ts:814

ACCESSOR_T(..., "server", server, GETBOOL, SETBOOL)

multiplayer

multiplayer: boolean

Defined in: types/structures.d.ts:817

ACCESSOR_T(..., "multiplayer", multiplayer, GETBOOL, SETBOOL)

flags

flags: number

Defined in: types/structures.d.ts:820

ACCESSOR_T(..., "flags", flags, GETN, SETINT)

usehull

usehull: number

Defined in: types/structures.d.ts:823

ACCESSOR_T(..., "usehull", usehull, GETN, SETINT)

gravity

gravity: number

Defined in: types/structures.d.ts:826

ACCESSOR_T(..., "gravity", gravity, GETN, SETFLOAT)

maxspeed

maxspeed: number

Defined in: types/structures.d.ts:829

ACCESSOR_T(..., "maxspeed", maxspeed, GETN, SETFLOAT)

clientmaxspeed

clientmaxspeed: number

Defined in: types/structures.d.ts:832

ACCESSOR_T(..., "clientmaxspeed", clientmaxspeed, GETN, SETFLOAT)

movetype

movetype: number

Defined in: types/structures.d.ts:835

ACCESSOR_T(..., "movetype", movetype, GETN, SETINT)

friction

friction: number

Defined in: types/structures.d.ts:838

ACCESSOR_T(..., "friction", friction, GETN, SETFLOAT)

oldbuttons

oldbuttons: number

Defined in: types/structures.d.ts:841

ACCESSOR_T(..., "oldbuttons", oldbuttons, GETN, SETINT)

onground

onground: number

Defined in: types/structures.d.ts:844

ACCESSOR_T(..., "onground", onground, GETN, SETINT)

waterlevel

waterlevel: number

Defined in: types/structures.d.ts:847

ACCESSOR_T(..., "waterlevel", waterlevel, GETN, SETINT)

watertype

watertype: number

Defined in: types/structures.d.ts:850

ACCESSOR_T(..., "watertype", watertype, GETN, SETINT)

oldwaterlevel

oldwaterlevel: number

Defined in: types/structures.d.ts:853

ACCESSOR_T(..., "oldwaterlevel", oldwaterlevel, GETN, SETINT)

chtexturetype

chtexturetype: number

Defined in: types/structures.d.ts:856

ACCESSOR_T(..., "chtexturetype", chtexturetype, GETN, SETINT)

dead

dead: number

Defined in: types/structures.d.ts:859

ACCESSOR_T(..., "dead", dead, GETN, SETINT)

deadflag

deadflag: number

Defined in: types/structures.d.ts:862

ACCESSOR_T(..., "deadflag", deadflag, GETN, SETINT)

spectator

spectator: number

Defined in: types/structures.d.ts:865

ACCESSOR_T(..., "spectator", spectator, GETN, SETINT)

bInDuck

bInDuck: number

Defined in: types/structures.d.ts:868

ACCESSOR_T(..., "bInDuck", bInDuck, GETN, SETINT)

flTimeStepSound

flTimeStepSound: number

Defined in: types/structures.d.ts:871

ACCESSOR_T(..., "flTimeStepSound", flTimeStepSound, GETN, SETINT)

iStepLeft

iStepLeft: number

Defined in: types/structures.d.ts:874

ACCESSOR_T(..., "iStepLeft", iStepLeft, GETN, SETINT)

numphysent

numphysent: number

Defined in: types/structures.d.ts:877

ACCESSOR_T(..., "numphysent", numphysent, GETN, SETINT)

nummoveent

nummoveent: number

Defined in: types/structures.d.ts:880

ACCESSOR_T(..., "nummoveent", nummoveent, GETN, SETINT)

numvisent

numvisent: number

Defined in: types/structures.d.ts:883

ACCESSOR_T(..., "numvisent", numvisent, GETN, SETINT)

numtouch

numtouch: number

Defined in: types/structures.d.ts:886

ACCESSOR_T(..., "numtouch", numtouch, GETN, SETINT)

runfuncs

runfuncs: boolean

Defined in: types/structures.d.ts:889

ACCESSOR_T(..., "runfuncs", runfuncs, GETBOOL, SETBOOL)

time

time: number

Defined in: types/structures.d.ts:892

ACCESSOR_T(..., "time", time, GETN, SETFLOAT)

frametime

frametime: number

Defined in: types/structures.d.ts:895

ACCESSOR_T(..., "frametime", frametime, GETN, SETFLOAT)

flFallVelocity

flFallVelocity: number

Defined in: types/structures.d.ts:898

ACCESSOR_T(..., "flFallVelocity", flFallVelocity, GETN, SETFLOAT)

flSwimTime

flSwimTime: number

Defined in: types/structures.d.ts:901

ACCESSOR_T(..., "flSwimTime", flSwimTime, GETN, SETFLOAT)

flDuckTime

flDuckTime: number

Defined in: types/structures.d.ts:904

ACCESSOR_T(..., "flDuckTime", flDuckTime, GETN, SETFLOAT)

fuser1

fuser1: number

Defined in: types/structures.d.ts:907

ACCESSOR_T(..., "fuser1", fuser1, GETN, SETFLOAT)

fuser2

fuser2: number

Defined in: types/structures.d.ts:910

ACCESSOR_T(..., "fuser2", fuser2, GETN, SETFLOAT)

fuser3

fuser3: number

Defined in: types/structures.d.ts:913

ACCESSOR_T(..., "fuser3", fuser3, GETN, SETFLOAT)

fuser4

fuser4: number

Defined in: types/structures.d.ts:916

ACCESSOR_T(..., "fuser4", fuser4, GETN, SETFLOAT)

forward

forward: number[]

Defined in: types/structures.d.ts:919

ACCESSOR_T(..., "forward", forward, GETVEC3, SETVEC3)

right: number[]

Defined in: types/structures.d.ts:922

ACCESSOR_T(..., "right", right, GETVEC3, SETVEC3)

up

up: number[]

Defined in: types/structures.d.ts:925

ACCESSOR_T(..., "up", up, GETVEC3, SETVEC3)

origin

origin: number[]

Defined in: types/structures.d.ts:928

ACCESSOR_T(..., "origin", origin, GETVEC3, SETVEC3)

angles

angles: number[]

Defined in: types/structures.d.ts:931

ACCESSOR_T(..., "angles", angles, GETVEC3, SETVEC3)

oldangles

oldangles: number[]

Defined in: types/structures.d.ts:934

ACCESSOR_T(..., "oldangles", oldangles, GETVEC3, SETVEC3)

velocity

velocity: number[]

Defined in: types/structures.d.ts:937

ACCESSOR_T(..., "velocity", velocity, GETVEC3, SETVEC3)

movedir

movedir: number[]

Defined in: types/structures.d.ts:940

ACCESSOR_T(..., "movedir", movedir, GETVEC3, SETVEC3)

basevelocity

basevelocity: number[]

Defined in: types/structures.d.ts:943

ACCESSOR_T(..., "basevelocity", basevelocity, GETVEC3, SETVEC3)

view_ofs

view_ofs: number[]

Defined in: types/structures.d.ts:946

ACCESSOR_T(..., "view_ofs", view_ofs, GETVEC3, SETVEC3)

punchangle

punchangle: number[]

Defined in: types/structures.d.ts:949

ACCESSOR_T(..., "punchangle", punchangle, GETVEC3, SETVEC3)

vuser1

vuser1: number[]

Defined in: types/structures.d.ts:952

ACCESSOR_T(..., "vuser1", vuser1, GETVEC3, SETVEC3)

vuser2

vuser2: number[]

Defined in: types/structures.d.ts:955

ACCESSOR_T(..., "vuser2", vuser2, GETVEC3, SETVEC3)

vuser3

vuser3: number[]

Defined in: types/structures.d.ts:958

ACCESSOR_T(..., "vuser3", vuser3, GETVEC3, SETVEC3)

vuser4

vuser4: number[]

Defined in: types/structures.d.ts:961

ACCESSOR_T(..., "vuser4", vuser4, GETVEC3, SETVEC3)

iuser1

iuser1: number

Defined in: types/structures.d.ts:964

ACCESSOR_T(..., "iuser1", iuser1, GETN, SETINT)

iuser2

iuser2: number

Defined in: types/structures.d.ts:967

ACCESSOR_T(..., "iuser2", iuser2, GETN, SETINT)

iuser3

iuser3: number

Defined in: types/structures.d.ts:970

ACCESSOR_T(..., "iuser3", iuser3, GETN, SETINT)

iuser4

iuser4: number

Defined in: types/structures.d.ts:973

ACCESSOR_T(..., "iuser4", iuser4, GETN, SETINT)

sztexturename

sztexturename: string

Defined in: types/structures.d.ts:976

templ->SetNativeDataProperty("sztexturename", ...)

physinfo

physinfo: string

Defined in: types/structures.d.ts:979

templ->SetNativeDataProperty("physinfo", ...)

cmd

cmd: null | UserCmd

Defined in: types/structures.d.ts:982

templ->SetNativeDataProperty("cmd", ...)

movevars

movevars: null | object

Defined in: types/structures.d.ts:985

templ->SetNativeDataProperty("movevars", ...)