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

GFxUI.GFxFSCmdHandler


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
/**********************************************************************

Filename    :   GFxFSCmdHandler.uc
Content     :   Unreal Scaleform GFx integration

Copyright   :   (c) 2006-2007 Scaleform Corp. All Rights Reserved.

Portions of the integration code is from Epic Games as identified by Perforce annotations.
Copyright 2010 Epic Games, Inc. All rights reserved.

Notes       :   Since 'ucc' will prefix all class names with 'U'
                there is not conflict with GFx file / class naming.

Licensees may use this file in accordance with the valid Scaleform
Commercial License Agreement provided with the software.

This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING 
THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR ANY PURPOSE.

GFxFSCmdHandler handles fscommand() calls from ActionScript, calling the 
FSCommand script event.
**********************************************************************/

class GFxFSCmdHandler extends Object
    native abstract;
   
/** 
  * Called when receive an fscommand() call from ActionScript
  * @PARAM movie:  The movie which generated the fscommand().
  * @PARAM cmd:  The command
  * @PARAM Arg:  The arguments
  */
event bool FSCommand(GFxMoviePlayer movie, GFxEvent_FSCommand Event, string cmd, string Arg);

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: fr 12-11-2010 00:00:40.000 - Creation time: ti 22-3-2011 19:57:06.531 - Created with UnCodeX