init
This commit is contained in:
13
RAGE/Water.d.ts
vendored
Normal file
13
RAGE/Water.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Water Functions
|
||||
* @public
|
||||
* @noSelf
|
||||
*/
|
||||
declare namespace water {
|
||||
|
||||
function get_waves_intensity(): float;
|
||||
function set_waves_intensity(intensity: float): void;
|
||||
function reset_waves_intensity(): void;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user