Parametric Move - Destro-/AMXXEditorV4 GitHub Wiki

Parametric Move is a clientside-only movement system that creates linear motion between two points, automatically facing the entity towards its movement direction. Commonly used for projectiles, particles and debris.

Variables

  • pev_startpos Initial position from where the entity starts moving.

  • pev_endpos Target destination where the entity will move to.

  • pev_starttime Time when the movement begins.

  • pev_impacttime Time when the entity should reach its destination.

[!NOTE] This movement system only affects entity's origin and angles, no collision or physics are handled.