-
-
Notifications
You must be signed in to change notification settings - Fork 503
Add setVolumetricShadowsEnabled function #3528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
fc15996
e48eb98
cfc18fe
022d0a5
caff86c
7e4ac63
0b56649
e21e7f4
ac43ad1
ce1faba
aea02b5
2b20390
d8fb3f7
60e29ed
fbad125
d026afc
114e11c
b636997
fe27880
672fa0e
99114c0
d836e50
95fe600
b84946f
d9c3150
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -134,5 +134,9 @@ class CLuaWorldDefs : public CLuaDefs | |
| static bool SetTimeFrozen(bool value) noexcept; | ||
| static bool IsTimeFrozen() noexcept; | ||
| static bool ResetTimeFrozen() noexcept; | ||
|
|
||
| static bool SetVolumetricShadowsEnabled(bool enable) noexcept; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will test later with void because last time I used argument parser with void type the build was failing and gives error function has no return value
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I forgot that @Proxy-99 uses ArgumentParser here, sorry.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I forgot that you are using ArgumentParser here, the function need to have a return value, sorry. |
||
| static bool IsVolumetricShadowsEnabled() noexcept; | ||
| static bool ResetVolumetricShadows() noexcept; | ||
| }; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.