ISInterface:GetArgs

From Lavish Software Wiki
Revision as of 02:13, 2 September 2005 by Beefalo (talk | contribs)
Jump to navigation Jump to search

Syntax

  • char *GetArgs(int BeginInclusive, int EndExclusive, char *argv[], char *buf)

Purpose

Usage

Parameters

  • int BeginInclusive
[in] Which argument to start with
  • int EndExclusive
[in] Which argument to end before
  • char *argv[]
[in] Array of arguments
  • char *buf
[out] Output

Return Value

  • char
Returns the output buffer

Examples

See Also