Difference between revisions of "Sv Destruct"
Jump to navigation
Jump to search
m
colon made sense when the description was above the syntax, but not under it.
imported>DragoonWraith |
imported>DragoonWraith m (colon made sense when the description was above the syntax, but not under it.) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
| summary = Destroys a string variable, setting its value to zero and preventing its contents from being saved in the savegame. Two different syntaxes are supported: the first should be used in an assignment with no parameters, using the Set keyword: <tt>set stringVar to sv_Destruct</tt>. The second is used without assignment and accepts up to ten string variables as arguments, destroying them all | | summary = Destroys a string variable, setting its value to zero and preventing its contents from being saved in the savegame. Two different syntaxes are supported: the first should be used in an assignment with no parameters, using the Set keyword: <tt>set stringVar to sv_Destruct</tt>. The second is used without assignment and accepts up to ten string variables as arguments, destroying them all. | ||
| name = sv_Destruct | | name = sv_Destruct | ||
| returnVal = string_var | | returnVal = string_var |