I'm a doctor, not a mechanic
Difference between revisions of "Talk:Exec commands"
From Unreal Wiki, The Unreal Engine Documentation Site
(Created page with 'IMHO you can't really compare exec command parameters to UnrealScript data types. Particularly the backslash escaping rules do not apply to file names and double quotes only ensu…') |
(No difference)
|
Revision as of 06:03, 21 June 2010
IMHO you can't really compare exec command parameters to UnrealScript data types. Particularly the backslash escaping rules do not apply to file names and double quotes only ensure that space characters do not terminate the file name. As long as the file name doesn't include spaces (which is the case most of the time), it doesn't need to be enclosed in double quotes. The clamp modes expect either Clamp or Wrap as the values, not a number. —Wormbo 12:03, 21 June 2010 (UTC)