arg
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
arg() Function
• Introduced in version 1.3b51
Used to get the specified argument from with a defined function.
Usage
arg(index)
Parameters
index
- The index of the argument to return. Indexes begin at0
.