SpawnObject: Revision history

From Eternity Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 October 2024

  • curprev 15:5015:50, 12 October 2024Printz talk contribs 653 bytes +653 Created page with "{{Codepointer|description=Generic actor spawn function. |usage='''A_SpawnObject'''(''thingtype'', ''angle'', ''offsetx'', ''offsety'', ''offsetz'', ''velx'', ''vely'', ''velz'') |parameters= *''thingtype'': name of thing to spawn *''angle'': degrees relative to spawner's angle to give to the new thing *''offsetx'', ''offsety'', ''offsetz'': offset relative to actor's facing: to the right, forward and upwards respectively. *''velx'', ''vely'', ''velz'': optional velocity..."