Skip to content

チャレンジ!GameMakerStudio1.4

GameMaker:Studio 1.4 (GMS) 初心者が書くブログ

チャレンジ!GMS/GameMakerStudio 1.4 Blog

  • 初めての GameMaker:Studio 1.4
  • GameMaker:Studio 1.4 の特徴
  • 他開発ソフトとの比較

Menu

  • サイトマップ
    • prester.org
  • はじめに
    • GameMaker:Studio 1.4 の特徴
      • GameMaker の歴史
    • GameMaker:Studio 1.4 こんな人にオススメ
    • 長所と短所 (良い点)
      • 長所と短所 (悪い点)
  • 他開発ソフトとの比較
    • GameMaker:Studio と Clickteam 製品比較 1
    • GameMaker:Studio と Clickteam 製品比較 2
    • GameMaker:Studio と Clickteam 製品比較 3
    • GameMaker:Studio と Clickteam 製品比較 4
  • リファレンス
    • All Built-In Variables List ( GM:S 1.4 ~)
      • GML/Built-In 変数
    • All Built-In Functions List ( GM:S 1.4~ )
      • GML/Built-In 関数
    • All Built-In Constants List ( GM:S 1.4 ~)
      • GML/Constants (定数)
  • “超”初心者用チュートリアル
  • “超”初心者が躓いたメモ
  • ”脱”初心者向け/記事一覧
    • “脱”初心者用/GameMakerLanguage ( GML )
    • “脱”初心者向け/Surface 機能
    • ”脱”初心者向け/Bitwise Operation
  • ”脱”初心者向け/シェーダー
  • Debug Mode (F6) の使い方
  • サンプルコード
チャレンジ!GameMakerStudio1.4

Author: Prester

Functions/instance_create

リファレンス URL:instance_create(x, y, obj) 「実数(Real)」として戻り値。 ルーム内に新しいオブジェクト・インスタンスを作成する関数。 作成したインスタンスのインスタンスID を「実数型 (real) 」で返す。

Prester April 2, 2015September 22, 2015 GML/Built-In 関数 Read more

Variables (Instance ) /image_single

リファレンス URL:local: image_single マニュアルに記載無し。 There is no reference to using the image_single variable. すでに利用されていない(ハズの)古い変数。

Prester April 2, 2015October 12, 2015 GML/Built-In 変数 Read more

Constants/GM_version

リファレンス URL:GM_version 利用している GM:S のメジャーバージョンを「文字列」として値保持している。

Prester April 1, 2015May 13, 2015 GML/Constants (定数) No Comments Read more

Functions/YoYo_MouseX

リファレンス URL:YoYo_MouseX( i ) 「REAL」として X 座標値を取得。 マルチタッチ用、汎用的。 mouse_x の代用として YoYo_MouseX(0) という使い方もできる。0〜4 つまり 5 本の指をつかったタッチ動作までに対応。

Prester April 1, 2015May 22, 2017 GML/Built-In 関数 Read more

Functions/YoYo_GetCPUDetails

リファレンス URL:YoYo_GetCPUDetails() 「詳細不明」。 この項目に関するドキュメントが存在しません。モバイル端末専用?

Prester April 1, 2015May 13, 2015 GML/Built-In 関数 Read more

Constants/GM_build_date

リファレンス URL:GM_build_date コンパイル実行された時間を UTC ( Coordinated Universal Time ) で「実数型 (Real)」として値取得。

Prester April 1, 2015May 13, 2015 GML/Constants (定数) Read more

Functions/show_message

リファレンス URL:show_message 戻り値無し Returns: N/A メッセージ ダイアログボックスをポップアップ表示します。非同期処理。 この関数は、デバッグ用途以外での利用は GM:S では推奨されていません。

Prester April 1, 2015September 22, 2015 GML/Built-In 関数 Read more

Variables (Global) /os_type

リファレンス URL:global: os_type オペレーティングシステム ( OS ) の種類を格納したグローバル変数。 現在稼動している既存 OS の種類について参照できます。OS は PC だけではなく各モバイルとコンシューマ機である PlayStation 3/4 及び XBox One が含まれます。

Prester April 1, 2015November 8, 2015 GML/Built-In 変数 Read more

Functions/environment_get_variable

リファレンス URL:environment_get_variable(name) 「文字列 (String) 」として返り値。 ウィンドウズ OS 上でのみ機能する関数。 環境変数の変数名を引数として渡すと、対応した環境変数から各種情報を取得してくる関数。以下サンプルは Windows7 の場合。

Prester April 1, 2015September 22, 2015 GML/Built-In 関数 Read more

Functions/date_get_year

リファレンス URL:date_get_year 「実数型 (real)」として戻り値。 date_current_datetime()と組み合わせて使う。 1970 年 1 月 1 日午前 0 時( UNIX 元年の元旦 )から経過したミリ秒を西暦に変換する関数。 タイムゾーンはデフォルトでローカルタイム(地方時間)が選択されている。

Prester April 1, 2015September 22, 2015 GML/Built-In 関数 Read more
  • « Previous
  • Next »

サイト内検索

Categories

  • GML/Built-In 変数
  • GML/Built-In 関数
  • GML/Constants (定数)

Recent Posts

  • Functions/screen_save
  • Functions/YoYo_MouseCheckButtonPressed
  • Functions/ds_queue_dequeue
  • Functions/ds_queue_copy
  • Functions/ds_list_delete

About This Site

Welcome to my "Game Maker:Studio" Blog with prester.org. Thanks!

Prester J0hn

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2025 チャレンジ!GameMakerStudio1.4. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.
  • 初めての GameMaker:Studio 1.4
  • GameMaker:Studio 1.4 の特徴
  • 他開発ソフトとの比較