Removed binary files

This commit is contained in:
n00b
2024-09-28 11:56:07 -04:00
parent 1bf67ba02c
commit 44a2793f37
53 changed files with 3222 additions and 1582 deletions

View File

@@ -0,0 +1,10 @@
sub setWaterWindForce( actor, f)
function getWaterWindForce( actor)
sub setWaterWaveHeight( actor, h)
function getWaterWaveHeight( actor)
sub setWaterWindDirection( actor, x, z)
sub getWaterWindDirection( actor, ByRef x, ByRef z)
sub setWaterColor( actor, c)
function getWaterColor( actor)
sub setWaterColorBlendFactor( actor, cbfactor)
function getWaterColorBlendFactor( actor)