Add fog functions to docs

This commit is contained in:
n00b
2024-12-09 08:29:34 -05:00
parent 9fba7a380c
commit 09ab7d76cd
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#title GetSceneFog [RCBasic Doc]
#header Sub GetSceneFog (ByRef color, ByRef fog_type, ByRef start_val, ByRef end_val, ByRef density, ByRef pixelFog, ByRef rangeFog)

View File

@@ -0,0 +1,4 @@
#title SetSceneFog [RCBasic Doc]
#header Sub SetSceneFog (color, fog_type, start_val, end_val, density, pixelFog, rangeFog)