hash functions
All callable symbols documented in this include, grouped by declaration type.
Stocks
| Name | Signature |
|---|---|
| __HashDeleteAllKeys | stock __HashDeleteAllKeys(Hash:handle) { |
| HashClear | stock HashClear(Hash:handle) { |
| HashDeleteKey | stock bool:HashDeleteKey(Hash:handle, const key[]) { |
| HashDestroy | stock HashDestroy(&Hash:handle) { |
| HashGetArray | stock bool:HashGetArray(Hash:handle, const key[], any:output[], outputsize) { |
| HashSetArray | stock HashSetArray(Hash:handle, const key[], const any:buffer[], size) { |