AthenaShared.utility.hashLookup.ped ​
Variables ​
default ​
• default: Object
Type declaration ​
Name | Type |
---|---|
hash | (hash : number ) => player |
hexHash | (hash : string ) => player |
signedHash | (hash : number ) => player |
Defined in ​
shared/utility/hashLookup/ped.ts:43
Functions ​
hexHash ​
Usage
AthenaShared.utility.hashLookup.ped.hexHash(hash
): player
Get the PedInfo corresponding to a hex hash.
Export
Parameters ​
Name | Type |
---|---|
hash | string |
Returns ​
Defined in ​
shared/utility/hashLookup/ped.ts:37
signedHash ​
Usage
AthenaShared.utility.hashLookup.ped.signedHash(hash
): player
Get the PedInfo corresponding to a signed hash.
Export
Parameters ​
Name | Type |
---|---|
hash | number |