C# Class Pluton.Patcher.MainClass

ファイルを表示 Open project: Notulp/Pluton

Public Properties

Property Type Description
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

Public Methods

Method Description
GetHtmlDiff ( string a, string b ) : string
Main ( string args ) : int

Private Methods

Method Description
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

Method Details

GetHtmlDiff() public static method

public static GetHtmlDiff ( string a, string b ) : string
a string
b string
return string

Main() public static method

public static Main ( string args ) : int
args string
return int

Property Details

bNPC public_oe static_oe property

public static TypePatcher,Pluton.Patcher.Reflection bNPC
return Pluton.Patcher.Reflection.TypePatcher

bPlayer public_oe static_oe property

public static TypePatcher,Pluton.Patcher.Reflection bPlayer
return Pluton.Patcher.Reflection.TypePatcher

codeLock public_oe static_oe property

public static TypePatcher,Pluton.Patcher.Reflection codeLock
return Pluton.Patcher.Reflection.TypePatcher

hooksClass public_oe static_oe property

public static TypePatcher,Pluton.Patcher.Reflection hooksClass
return Pluton.Patcher.Reflection.TypePatcher

itemCrafter public_oe static_oe property

public static TypePatcher itemCrafter
return TypePatcher

pLoot public_oe static_oe property

public static TypePatcher pLoot
return TypePatcher

plutonAssembly public_oe static_oe property

public static AssemblyPatcher plutonAssembly
return AssemblyPatcher

rustAssembly public_oe static_oe property

public static AssemblyPatcher rustAssembly
return AssemblyPatcher