Files
types-ts-2take1/RAGE/Water.d.ts
2021-06-27 20:27:03 -05:00

14 lines
225 B
TypeScript

/**
* Water Functions
* @public
* @noSelf
*/
declare namespace water {
function get_waves_intensity(): float;
function set_waves_intensity(intensity: float): void;
function reset_waves_intensity(): void;
}