Template:Arg

From DarkRP
How to use this template:

{{Arg|Type|Text}}

  • Change Type to your argument type (full name, so no Int or Damage, instead use Integer and CTakeDamageInfo)
  • Change Text to the argument description.

Examples:

{{Arg|number|xPos}} turns into: number xPos
{{Arg|string|message}} turns into: string message
{{Arg|CRecipientFilter|recipientFilter}} turns into: CRecipientFilter recipientFilter


If you can, try to use this template wherever arguments are needed!