CFuncRotating (CS)

From AlliedModders Wiki
Jump to: navigation, search



W = Windows | L = Linux

Name W. Offset L. Offset L. Diff Type Description
m_flFanFriction 34 39 +5 float None.
m_flAttenuation 35 40 +5 float None.
m_flVolume 36 41 +5 float None.
m_pitch 37 42 +5 float None.
m_sounds 38 42 +5 int None.

Spawn flags

// func_rotating
#define SF_BRUSH_ROTATE_Y_AXIS		0
#define SF_BRUSH_ROTATE_INSTANT		1
#define SF_BRUSH_ROTATE_BACKWARDS	2
#define SF_BRUSH_ROTATE_Z_AXIS		4
#define SF_BRUSH_ROTATE_X_AXIS		8
#define SF_PENDULUM_AUTO_RETURN		16
#define	SF_PENDULUM_PASSABLE		32