[ACS] DropInventory

Moderator: GZDoom Developers

Post Reply
Blue Shadow
Posts: 5046
Joined: Sun Nov 14, 2010 12:59 am

[ACS] DropInventory

Post by Blue Shadow »

Simply put, this patch adds an ACS equivalent to [wiki]A_DropInventory [/wiki].

Syntax:

Code: Select all

void DropInventory(int tid, str inventory_item);
Passing 0 as the tid, drops the item from the activator.
Spoiler: Diff/Patch preview
Patch:
dropinventory.zip
User avatar
Major Cooke
Posts: 8215
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: GZBoomer Town
Contact:

Re: [ACS] DropInventory

Post by Major Cooke »

User avatar
Major Cooke
Posts: 8215
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: GZBoomer Town
Contact:

Re: [ACS] DropInventory

Post by Major Cooke »

Post Reply

Return to “Closed Feature Suggestions [GZDoom]”