SpatialFear.SFWindow

Spatial Fear
Name: SFWindow
Description: Abstract base class for Spatial Fear output windows.

Author: Markus Nuebel

Extends:
Modifiers: abstract
Source code

SpatialFear.SFWindow
%%

Constants

%function_comment%
constScreenMaxX=1280
%function_comment%
constScreenMaxY=1024

Variables

%function_comment%
boolm_bVisible
%function_comment%
intm_fAspectRatio
%function_comment%
floatm_fCloseSoundVol
%function_comment%
floatm_fHUDScale
%function_comment%
SFFontInfom_Fonts
%function_comment%
floatm_fOpenSoundVol
%function_comment%
floatm_fVHUDScale
%function_comment%
floatm_fXStep
%function_comment%
floatm_fYStep
%function_comment%
intm_nBkgTopOffset
%function_comment%
intm_nBorderSize
%function_comment%
intm_nBorderSizeScaled
%function_comment%
intm_nHeight
%function_comment%
intm_nHeightScaled
%function_comment%
intm_nSlideSteps
%function_comment%
intm_nSlideTime
%function_comment%
EStatem_nState
%function_comment%
intm_nStepCur
%function_comment%
intm_nTimerInterval
%function_comment%
intm_nWidth
%function_comment%
intm_nWidthScaled
%function_comment%
Pawnm_oPawnOwner
%function_comment%
Soundm_sndClose
%function_comment%
Soundm_sndOpen
%function_comment%
Texturem_texBkg
%function_comment%
SFWindowm_wndParent
%function_comment%
intm_X
%function_comment%
floatm_XCur
%function_comment%
floatm_XCurScaled
%function_comment%
intm_Y
%function_comment%
floatm_YCur
%function_comment%
floatm_YCurScaled

Enums

%function_comment%
ESlideDirSLIDE_Up,
SLIDE_Down,
SLIDE_Left,
SLIDE_Right,
%function_comment%
EStateSLIDE_In,
SLIDE_Out,
In,
Out,

Structs

%function_comment%
Region{

var() int X;
var() int Y;
var() int W;
var() int H;
};

Functions

DrawClippedActor (Canvas C, float XB, float YB, float X, float Y, Actor A, bool WireFrame, rotator RotOffset, vector LocOffset)
hide ()
init (float fHUDScale, int X, int Y, int nWidth, int nHeight, optional Pawn Owner, optional string strText, optional SFWindow wndParent)
boolisVisible ()
prepareCanvas (Canvas C)
render (Canvas C, float fHUDScale)
renderBackground (Canvas C)
renderForeground (Canvas C)
setParent (SFWindow oParent)
setPos (int X, int Y)
show ()
slideIn (ESlideDir slide)
terminate ()
Timer ()
StringTrimSpaces (String strText)

Default properties

{
     m_nSlideTime=1000
     m_fOpenSoundVol=2.000000
     m_fCloseSoundVol=2.000000
}


class file time: 12/7/2003 3:58:24 PM - creation time: 12/7/2003 4:03:43 PM
Created with UnCodeX