numargs
هشدار
This function starts with a lowercase letter.
توضیحات
تعداد آرگومانهایی که به یک function پاس شده رو دریافت میکنه.
مثالها
SomeFunction(...)
{
printf("numargs(): %i", numargs());
}
public OnFilterScriptInit()
{
SomeFunction(1, 2, 3);
}
// Khorooji: "numargs(): 3"
// Chon 3 ta parameter (1, 2, 3) pass shode