anomaly-packer
Version:
Anomaly Packer is a utility package for STALKER Anomaly creators to help them develop addons at speed with TypeScript's type-safety and game-oriented build tools.
8 lines (6 loc) • 365 B
TypeScript
/** @noSelfInFile */
declare namespace heli_alife {
export function force_target_destination(id: number, target_id: number): void
export function update(heli: CGameObject, se_obj: CseAbstract, heliObject: CHelicopter): void
export function update_heli_movement(heli: CGameObject, se_obj: CseAbstract, heliObject: CHelicopter, se_target: CseAbstract): void
}