C# Class SkyNet.Client.ScriptDragon

Afficher le fichier Open project: hipolipolopigus/SkyNet_Old

Méthodes publiques

Méthode Description
AddAchievement ( int Achievement ) : void
AdvanceSkill ( string SkillName, float Magnitude ) : void
ClearPrison ( ) : void
ClearTempEffects ( ) : void
CreateCharacter ( System.Reference Base ) : Character
DisablePlayerControls ( bool Movement, bool Fighting, bool CamSwitch, bool Looking, bool Sneaking, bool Menu, bool Activate, bool JournalTabs, uint DisablePOVType ) : void
EnablePlayerControls ( bool Movement, bool Fighting, bool CamSwitch, bool Looking, bool Sneaking, bool Menu, bool Activate, bool JournalTabs, uint DisablePOVType ) : void
FadeOutGame ( bool FadingOut, bool BlackFade, float SecsBeforeFade, float FadeDuration ) : void
FastTravel ( long TargetReference ) : void
FindClosestActor ( float X, float Y, float Z, float Radius ) : uint
FindClosestReferenceOfType ( CharacterID ID, float X, float Y, float Z, float Radius ) : uint
FindClosestReferenceOfType ( long ID, float X, float Y, float Z, float Radius ) : uint
GetKey ( Key Key ) : bool
GetPlayer ( ) : uint
GetPosition ( uint ID ) : Vector3
SetPosition ( uint ID, Vector3 Position ) : void
ShowMessage ( string Message ) : void
ToggleFastTravel ( bool Enabled ) : void

Method Details

AddAchievement() public static méthode

public static AddAchievement ( int Achievement ) : void
Achievement int
Résultat void

AdvanceSkill() public static méthode

public static AdvanceSkill ( string SkillName, float Magnitude ) : void
SkillName string
Magnitude float
Résultat void

ClearPrison() public static méthode

public static ClearPrison ( ) : void
Résultat void

ClearTempEffects() public static méthode

public static ClearTempEffects ( ) : void
Résultat void

CreateCharacter() public static méthode

public static CreateCharacter ( System.Reference Base ) : Character
Base System.Reference
Résultat Character

DisablePlayerControls() public static méthode

public static DisablePlayerControls ( bool Movement, bool Fighting, bool CamSwitch, bool Looking, bool Sneaking, bool Menu, bool Activate, bool JournalTabs, uint DisablePOVType ) : void
Movement bool
Fighting bool
CamSwitch bool
Looking bool
Sneaking bool
Menu bool
Activate bool
JournalTabs bool
DisablePOVType uint
Résultat void

EnablePlayerControls() public static méthode

public static EnablePlayerControls ( bool Movement, bool Fighting, bool CamSwitch, bool Looking, bool Sneaking, bool Menu, bool Activate, bool JournalTabs, uint DisablePOVType ) : void
Movement bool
Fighting bool
CamSwitch bool
Looking bool
Sneaking bool
Menu bool
Activate bool
JournalTabs bool
DisablePOVType uint
Résultat void

FadeOutGame() public static méthode

public static FadeOutGame ( bool FadingOut, bool BlackFade, float SecsBeforeFade, float FadeDuration ) : void
FadingOut bool
BlackFade bool
SecsBeforeFade float
FadeDuration float
Résultat void

FastTravel() public static méthode

public static FastTravel ( long TargetReference ) : void
TargetReference long
Résultat void

FindClosestActor() public static méthode

public static FindClosestActor ( float X, float Y, float Z, float Radius ) : uint
X float
Y float
Z float
Radius float
Résultat uint

FindClosestReferenceOfType() public static méthode

public static FindClosestReferenceOfType ( CharacterID ID, float X, float Y, float Z, float Radius ) : uint
ID CharacterID
X float
Y float
Z float
Radius float
Résultat uint

FindClosestReferenceOfType() public static méthode

public static FindClosestReferenceOfType ( long ID, float X, float Y, float Z, float Radius ) : uint
ID long
X float
Y float
Z float
Radius float
Résultat uint

GetKey() public static méthode

public static GetKey ( Key Key ) : bool
Key Key
Résultat bool

GetPlayer() public static méthode

public static GetPlayer ( ) : uint
Résultat uint

GetPosition() public static méthode

public static GetPosition ( uint ID ) : Vector3
ID uint
Résultat Vector3

SetPosition() public static méthode

public static SetPosition ( uint ID, Vector3 Position ) : void
ID uint
Position Vector3
Résultat void

ShowMessage() public static méthode

public static ShowMessage ( string Message ) : void
Message string
Résultat void

ToggleFastTravel() public static méthode

public static ToggleFastTravel ( bool Enabled ) : void
Enabled bool
Résultat void