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

UnrealScriptTest.Test0005_Commandlet

Extends
TestCommandletBase

To run this do the following: run UnrealScriptTest.Test0005_Commandlet Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

Core.Object
|   
+-- Core.Commandlet
   |   
   +-- UnrealScriptTest.TestCommandletBase
      |   
      +-- UnrealScriptTest.Test0005_Commandlet

Variables Summary
Inherited Variables from Core.Commandlet
HelpDescription, HelpParamDescriptions, HelpParamNames, HelpUsage, HelpWebLink, IsClient, IsEditor, IsServer, LogToConsole, ShowErrorCount

Functions Summary
eventint main (string Params ))
functionint Test0005 ()))
Inherited Functions from Core.Commandlet
Main


Functions Detail

main Source code

event int main ( string Params ) )

Test0005 Source code

function int Test0005 ( ) )
This is basically calling the function on the object looking for runtime errors


Defaultproperties

defaultproperties
{
   HelpDescription="regression testing for CIS"
   HelpUsage="gamename.exe UnrealScriptTest.Test0005_Commandlet"
   HelpParamNames(0)=
   HelpParamDescriptions(0)=
   LogToConsole=True
   Name="Default__Test0005_Commandlet"
   ObjectArchetype=TestCommandletBase'UnrealScriptTest.Default__TestCommandletBase'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:45.130 - Created with UnCodeX