C# 클래스 Pluton.Patcher.MainClass

파일 보기 프로젝트 열기: Notulp/Pluton

공개 프로퍼티들

프로퍼티 타입 설명
bNPC Pluton.Patcher.Reflection.TypePatcher
bPlayer Pluton.Patcher.Reflection.TypePatcher
codeLock Pluton.Patcher.Reflection.TypePatcher
hooksClass Pluton.Patcher.Reflection.TypePatcher
itemCrafter TypePatcher
pLoot TypePatcher
plutonAssembly AssemblyPatcher
rustAssembly AssemblyPatcher

공개 메소드들

메소드 설명
GetHtmlDiff ( string a, string b ) : string
Main ( string args ) : int

비공개 메소드들

메소드 설명
BeingHammeredPatch ( ) : void
BootstrapAttachPatch ( ) : void
BuildingBlockDemolishedPatch ( ) : void
ChatPatch ( ) : void
ClientAuthPatch ( ) : void
ClientConsoleCommandPatch ( ) : void
CombatEntityHurtPatch ( ) : void
ConsumeFuel ( ) : void
CraftingStartPatch ( ) : void
DoPlacementPatch ( ) : void
DoUpgradeToGradePatch ( ) : void
DoorCodePatch ( ) : void
DoorUsePatch ( ) : void
EventTriggeredPatch ( ) : void
FieldsUpdate ( ) : void
GiveItemsPatch ( ) : void
InventoryModificationPatch ( ) : void
ItemLoseCondition ( ) : void
ItemPickup ( ) : void
ItemRepaired ( ) : void
ItemUsed ( ) : void
LandmineArmed ( ) : void
LandmineExploded ( ) : void
LandmineTriggered ( ) : void
Mining ( ) : void
NPCDiedPatch ( ) : void
NetworkableKillPatch ( ) : void
PatchASMCSharp ( ) : void
PlayerAssisted ( ) : void
PlayerClothingChanged ( ) : void
PlayerConnectedPatch ( ) : void
PlayerDiedPatch ( ) : void
PlayerDisconnectedPatch ( ) : void
PlayerHealthChange ( ) : void
PlayerLoaded ( ) : void
PlayerSleep ( ) : void
PlayerStartLootingPatch ( ) : void
PlayerSyringeOther ( ) : void
PlayerSyringeSelf ( ) : void
PlayerTakeRadiationPatch ( ) : void
PlayerWakeUp ( ) : void
PlayerWounded ( ) : void
RespawnPatch ( ) : void
RocketShootEvent ( ) : void
ServerConsoleCommandPatch ( ) : void
ServerInitPatch ( ) : void
ServerSavedPatch ( ) : void
ServerShutdownPatch ( ) : void
SetModdedPatch ( ) : void
ShootEvent ( ) : void
WeaponThrown ( ) : void

메소드 상세

GetHtmlDiff() 공개 정적인 메소드

public static GetHtmlDiff ( string a, string b ) : string
a string
b string
리턴 string

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int

프로퍼티 상세

bNPC 공개적으로 정적으로 프로퍼티

public static TypePatcher,Pluton.Patcher.Reflection bNPC
리턴 Pluton.Patcher.Reflection.TypePatcher

bPlayer 공개적으로 정적으로 프로퍼티

public static TypePatcher,Pluton.Patcher.Reflection bPlayer
리턴 Pluton.Patcher.Reflection.TypePatcher

codeLock 공개적으로 정적으로 프로퍼티

public static TypePatcher,Pluton.Patcher.Reflection codeLock
리턴 Pluton.Patcher.Reflection.TypePatcher

hooksClass 공개적으로 정적으로 프로퍼티

public static TypePatcher,Pluton.Patcher.Reflection hooksClass
리턴 Pluton.Patcher.Reflection.TypePatcher

itemCrafter 공개적으로 정적으로 프로퍼티

public static TypePatcher itemCrafter
리턴 TypePatcher

pLoot 공개적으로 정적으로 프로퍼티

public static TypePatcher pLoot
리턴 TypePatcher

plutonAssembly 공개적으로 정적으로 프로퍼티

public static AssemblyPatcher plutonAssembly
리턴 AssemblyPatcher

rustAssembly 공개적으로 정적으로 프로퍼티

public static AssemblyPatcher rustAssembly
리턴 AssemblyPatcher