Exemplo n.º 1
0
 public static void UnregisterScriptHeader(IAGSEditorForNativePlugins instance, string headerText)
 {
     NativePlugin.PluginLookup[instance.pluginID].UnRegisterScriptHeader(headerText);
 }
Exemplo n.º 2
0
 public static IntPtr GetWindowHandle(IAGSEditorForNativePlugins instance)
 {
     return GetActiveWindow();
 }
Exemplo n.º 3
0
 public static IntPtr GetEditorHandle(IAGSEditorForNativePlugins instance)
 {
     return Factory.GUIController.TopLevelWindowHandle;
 }
Exemplo n.º 4
0
 public static void UnregisterScriptHeader(IAGSEditorForNativePlugins instance, string headerText)
 {
     NativePlugin.PluginLookup[instance.pluginID].UnRegisterScriptHeader(headerText);
 }
Exemplo n.º 5
0
 public static IntPtr GetWindowHandle(IAGSEditorForNativePlugins instance)
 {
     return(GetActiveWindow());
 }
Exemplo n.º 6
0
 public static IntPtr GetEditorHandle(IAGSEditorForNativePlugins instance)
 {
     return(Factory.GUIController.TopLevelWindowHandle);
 }