forked from gemrb/gemrb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set GF_ALL_STRINGS_TAGGED for bg2demo
* Add new GUIScript method GemRB.SetFeature()
- Loading branch information
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Prototype: GemRB.SetFeature(feature, value) | ||
|
||
Description: Set GameType flag FEATURE to VALUE, either True or False. | ||
|
||
Parameters: | ||
FEATURE - GF_xxx constant defined in GUIDefines.py and globals.h | ||
VALUE - Value to set the feature to. Either True or False | ||
|
||
Return value: N/A | ||
|
||
Examples: | ||
GemRB.SetFeature(GF_ALL_STRINGS_TAGGED, True) | ||
|
||
|
||
MD5: 87139f1b1e0413d1e373c73af198217e | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters