C# Class Oxide.Ext.UE4.UE4Extension

The extension class that represents this extension
Inheritance: Oxide.Core.Extensions.Extension
ファイルを表示 Open project: OxideMod/OxideNative

Public Methods

Method Description
Load ( ) : void

Loads this extension

LoadPluginWatchers ( string plugindir ) : void

Loads plugin watchers used by this extension

OnModLoad ( ) : void

Called when all other extensions have been loaded

UE4Extension ( Oxide.Core.Extensions.ExtensionManager manager ) : Oxide.Core

Initializes a new instance of the UE4Extension class

Method Details

Load() public method

Loads this extension
public Load ( ) : void
return void

LoadPluginWatchers() public method

Loads plugin watchers used by this extension
public LoadPluginWatchers ( string plugindir ) : void
plugindir string
return void

OnModLoad() public method

Called when all other extensions have been loaded
public OnModLoad ( ) : void
return void

UE4Extension() public method

Initializes a new instance of the UE4Extension class
public UE4Extension ( Oxide.Core.Extensions.ExtensionManager manager ) : Oxide.Core
manager Oxide.Core.Extensions.ExtensionManager
return Oxide.Core