C# 클래스 Oxide.Ext.UE4.UE4Extension

The extension class that represents this extension
상속: Oxide.Core.Extensions.Extension
파일 보기 프로젝트 열기: OxideMod/OxideNative

공개 메소드들

메소드 설명
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

메소드 상세

Load() 공개 메소드

Loads this extension
public Load ( ) : void
리턴 void

LoadPluginWatchers() 공개 메소드

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

OnModLoad() 공개 메소드

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

UE4Extension() 공개 메소드

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