GameFlow
  • Overview
  • Installation
  • Hello, World!
  • Basics
  • Guides
    • Programs
    • Variables
    • Actions
    • Conditions
    • Flow Control
    • Parameters
    • Commands
    • Gamefabs
    • Lists
    • States
    • Vectors
    • Colors
    • GameObjects
    • Transforms
    • Game Management
    • Animation
    • Scene Management
    • Audio
    • Physics
    • Input Control
    • Maths
    • Text
    • Navigation
    • Paths
    • Object Pools
    • Raycasting
    • Timers
    • User Interface
    • 2D
    • Video
    • Materials
    • Shaders
    • Particles
    • Hierarchy
    • Application
    • Events
    • Camera
    • Other
    • Automation
    • Customization
    • Debugging
    • Documentation
    • Gizmos
    • Integration
    • Localization
    • Macros
    • Mobile
    • Multiplatform
    • Networking
    • Utilities
    • WebGL
    • Sharing
  • Reference
    • Programs
    • Actions
    • Conditions
    • Data
    • Tools
  • API
    • Custom Actions
    • Custom Conditions
    • Templates
    • Communication
    • Direct Execution
    • Event Listening
    • Reference
  • Tutorials
    • 01: Object rotation & Color change
    • 02: Moving a cube with Keys and Forces
    • 03: Simple camera shake effect
    • 04: Point and Click
    • 05: Typewriter
Powered by GitBook
On this page
  • Built-in Active GameObject
  • Built-in Current FPS
  • Built-in Day
  • Built-in Default Language
  • Built-in Delta Time
  • Built-in Device Name
  • Built-in Frame
  • Built-in Hour
  • Built-in Input Axis
  • Built-in Input Axis X
  • Built-in Input Axis Y
  • Built-in Language
  • Built-in Main Camera
  • Built-in Minute
  • Built-in Month
  • Built-in Mouse Axis
  • Built-in Mouse Axis X
  • Built-in Mouse Axis Y
  • Built-in Mouse Delta
  • Built-in Mouse Delta X
  • Built-in Mouse Delta Y
  • Built-in Mouse Position
  • Built-in Mouse Position X
  • Built-in Mouse Position Y
  • Built-in Mouse Wheel
  • Built-in Native Resolution
  • Built-in Screen Center
  • Built-in Screen Size
  • Built-in Second
  • Built-in Year
  • List
  • Localization
  • Parameter
  • Variable
  1. Reference

Data

PreviousConditionsNextTools

Last updated 3 years ago

Built-in Active GameObject

A built-in that returns the active (the one shown in the inspector).

Built-in Current FPS

A built-in that returns the current FPS (Frames Per Second) the app/game is running at.

Built-in Day

A built-in that returns the day of the month for the current date.

Built-in Default Language

A built-in that returns the default language.

Built-in Delta Time

A built-in that returns the time in seconds it took to complete the last frame.

Built-in Device Name

Built-in Frame

Return type: Integer.

Built-in Hour

Built-in Input Axis

Built-in Input Axis X

Built-in Input Axis Y

Built-in Language

Built-in Main Camera

Built-in Minute

Built-in Month

Built-in Mouse Axis

Built-in Mouse Axis X

Built-in Mouse Axis Y

Built-in Mouse Delta

Built-in Mouse Delta X

Built-in Mouse Delta Y

Built-in Mouse Position

Built-in Mouse Position X

Built-in Mouse Position Y

Built-in Mouse Wheel

Built-in Native Resolution

Built-in Screen Center

Built-in Screen Size

Built-in Second

Built-in Year

List

Defines a list of items of the same type.

Localization

Defines a localized value.

A Localization is a Variable whose value is chosen according to the current Language from a set of predefined values specified as language-value pairs.

Parameter

Defines a parameter of the specified type.

Variable

Defines a variable of the specified type.

A built-in that returns name of the current device.

An built-in that returns a zero-based index indicating the current frame since the start of the application.

A built-in that returns the hour for the current time.

A built-in that returns the current value of the virtual input axis, both horizontal and vertical.

A built-in that returns the current value of the virtual horizontal input axis.

A built-in that returns the current value of the virtual vertical input axis.

A built-in that returns the current language.

A built-in that returns the first enabled Camera tagged as 'MainCamera'.

A built-in that returns the minute for the current time.

A built-in that returns the month number for the current date.

A built-in that returns the current value of the Mouse input axis, both horizontal and vertical.

A built-in that returns the current value of the horizontal input axis of the Mouse.

A built-in that returns the current value of the vertical input axis of the Mouse.

A built-in that returns the delta (relative movement) position of the mouse cursor.

A built-in that returns the delta (relative movement) for the X coordinate of the mouse.

A built-in that returns the delta (relative movement) for the Y coordinate of the mouse.

A built-in that returns the current position of the mouse cursor.

A built-in that returns the X coord. of the current position of the mouse cursor.

A built-in that returns the Y coord. of the current position of the mouse cursor.

A built-in that returns the amount of scrolling applied on the mouse wheel.

A built-in that returns the native resolution of the current screen.

A built-in that returns the position of the screen center in Screen coords.

A built-in that returns the current screen size.

A built-in that returns the second for the current time.

A built-in that returns the year for the current date.

GameObject
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable
Variable