sakeGetFieldByName
This utility function retrieves the specified field from the record, via the name that identifies it.
- SAKEField * sakeGetFieldByName(
- const char * name,
- SAKEField * fields,
- int numFields );
Routine | Required Header | Distribution |
---|---|---|
sakeGetFieldByName | <sake.h> | SDKZIP |
Return Value
Pointer to a SAKEField which represents the field that was identified by the given name.
Parameters
- name
- [in] The name of the field to retrieve.
- fields
- [in] An array of fields, representing a record.
- numFields
- [in] The number of fields in the array.
Section Reference: Gamespy Sake SDK
See Also: SAKEField