AthenaShared.utility.hashLookup.prop ​
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/prop.ts:43
Functions ​
hexHash ​
Usage
AthenaShared.utility.hashLookup.prop.hexHash(hash
): player
Get the PropInfo corresponding to a hex hash.
Export
Parameters ​
Name | Type |
---|---|
hash | string |
Returns ​
Defined in ​
shared/utility/hashLookup/prop.ts:37
signedHash ​
Usage
AthenaShared.utility.hashLookup.prop.signedHash(hash
): player
Get the PropInfo corresponding to a signed hash.
Export
Parameters ​
Name | Type |
---|---|
hash | number |