HLL

Last-modified: 2007-08-23 (木) 23:57:21

HLL呼び出しのお約束。

  • たとえ引数がvoidでも、()を忘れないようにしましょう。

雪の描画

DrawSnow.SetMaxTime

スプライトの設定

SACT.SP_SetX?
SACT.SP_SetY?

CG加工

  • 横ブラー
    DrawGraph.CopyWidthBlur?
    DrawGraph.CopyAMapWidthBlur?
  • 縦ブラー
    DrawGraph.CopyHeightBlur?
    DrawGraph.CopyAMapHeightBlur?
  • 線描画
    DrawGraph.DrawLine?
    DrawGraph.DrawLineToAMap?

累乗

Math.Pow

乱数

Math.Rand
Math.RandF

Math.SetRandMode?
Math.SetSeed?

  • Math.RandTable2Init?
    • Math.RandTable2?

2つの数値の比較

2つの数値の入れ替え

Math.Swap
Math.SwapF

ボリュームミキサー設定

SystemSarvice.SetMixerName?
SystemSarvice.SetMixerVolume?

  • SystemSarvice.SetMixerMute?

ゲームヴァージョン所得

SystemSarvice.GetGameVersion

URL追加

SystemSarvice.AddURLMenu