pe_unit_authority_set |
Sets the authority of a unit
void pe_unit_authority_set (PE_UNIT unit, PE_AUTHORITY authority);
unit | The unit object |
authority | New authority of the object |
This function assigns an authority to a unit.
pe_unit_authority_set(u,auth);