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