 | UtilGetWindowID Method |
Returns a window id that is guaranteed to not conflict with another id
received from this method.
Use this instead of declaring constant ids!
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int GetWindowID()
Return Value
Type:
Int32The generated window id
Remarks
Do not use this method as an argument to GUI.Window directly!
Call this method once and store and re-use the id!
See Also