<aside> ⚡ script "core_GetActorArg" (int tid, int argNum)

</aside>

Usage


Retrieve a value from an actor’s [args](<https://zdoom.org/wiki/Actor_properties#:~:text=Special-,Args,-arg0%5B%2C%20arg1>) array.

<aside> 🚨 Due to an oversight, this script will currently only work when called from CLIENTSIDE scripts!

</aside>

Parameters

Return Value

Returns the value in the TID’s args array at index argNum.