Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

TribesTVStudio.TribesTVStudioMutator

Extends
Mutator

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.Mutator
         |   
         +-- TribesTVStudio.TribesTVStudioMutator

Variables Summary
ActiveCameraactiveCams[64]
stringViewSelectors[10]
intvsCount
TribesTVStudioViewSelectorvsList[10]
texturewatermark
Inherited Variables from Engine.Mutator
bAddToServerPackages, bUserAdded, ConfigMenuClassName, DefaultWeaponName, Description, FriendlyName, GroupName, NextMutator

Structures Summary
ActiveCamera
controller, numMetaWatchers, isWatching
Inherited Structures from Engine.Info
KeyValuePair, PlayerResponseLine, ServerResponseLine

Functions Summary
function AddActiveCam (TribesTVStudioTestController cont))
function DeleteActiveCam (TribesTVStudioTestController cont))
function ModifyLogin (out string Portal, out string Options))
function ModifyPlayer (Pawn Other))
function PostBeginPlay ()))
function StopWatchOther (int watcher))
function UpdateCameraDistZoom (int cam, loat dist, loat zoom))
function UpdateCameraPosRot (int cam, ector pos, otator rot))
function UpdateCameraVars (int cam, tring target, nt mode))
function WatchOther (int watcher, nt watched))
Inherited Functions from Engine.Mutator
AddMutator, AlwaysKeep, CheckRelevance, Destroyed, GetServerDetails, GetServerPlayers, IsRelevant, ModifyLogin, ModifyPlayer, Mutate, MutatorIsAllowed, NotifyLogout, PlayerChangedClass, PreBeginPlay, ReplaceActor, ReplaceWith, ServerTraveling
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, FillPlayInfo


Variables Detail

activeCams[64] Source code

var ActiveCamera activeCams[64];

ViewSelectors[10] Source code

var config string ViewSelectors[10];

vsCount Source code

var int vsCount;

vsList[10] Source code

var TribesTVStudioViewSelector vsList[10];

watermark Source code

var config texture watermark;


Structures Detail

ActiveCamera Source code

struct ActiveCamera
{
var TribesTVStudioTestController controller;
var int isWatching;
var int numMetaWatchers;
};



Functions Detail

AddActiveCam Source code

function AddActiveCam ( TribesTVStudioTestController cont) )

DeleteActiveCam Source code

function DeleteActiveCam ( TribesTVStudioTestController cont) )

ModifyLogin Source code

function ModifyLogin ( out string Portal, out string Options) )

ModifyPlayer Source code

function ModifyPlayer ( Pawn Other) )

PostBeginPlay Source code

function PostBeginPlay ( ) )

StopWatchOther Source code

function StopWatchOther ( int watcher) )

UpdateCameraDistZoom Source code

function UpdateCameraDistZoom ( int cam,float dist,float zoom) )

UpdateCameraPosRot Source code

function UpdateCameraPosRot ( int cam,Vector pos,Rotator rot) )

UpdateCameraVars Source code

function UpdateCameraVars ( int cam,string target,int mode) )

WatchOther Source code

function WatchOther ( int watcher,int watched) )


Defaultproperties

defaultproperties
{
    IconMaterialName="MutatorArt.nosym"
    ConfigMenuClassName=""
    GroupName="TribesTribesTVStudiotudio"
    FriendlyName="TribesTribesTVStudiotudio"
    Watermark=pWatermark
    
    Description="Add new options for spectators"
	ViewSelectors[0]="TribesTribesTVStudiotudio.TribesTVStudioTesTribesTVStudio"
	ViewSelectors[1]="TribesTribesTVStudiotudio.TribesTVStudioActionVS"
	ViewSelectors[2]="TribesTribesTVStudiotudio.TribesTVStudioFlagVS"
	ViewSelectors[3]="TribesTribesTVStudiotudio.TribesTVStudioBombVS"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:37.081 - Created with UnCodeX