HolyLib Wiki

vprof.GetBudgetGroupFlags

 number vprof.GetBudgetGroupFlags( number index )

Description

Returns the name of the budget group by the given index.

Arguments

1number index

budget group index

Returns

1number flags

flags of the given budget group.
These are the budget groups:
BUDGETFLAG_CLIENT = 0 Shows up in the client panel.
BUDGETFLAG_SERVER = 1 Shows up in the server panel.
BUDGETFLAG_OTHER = 2 Unclassified (the client shows these but the dedicated server doesn't).
BUDGETFLAG_HIDDEN = 32768
BUDGETFLAG_ALL = 65535