FUNCTIONS
ABOUT
関数は自分で定義するほか、インクルードファイルで定義してある事もあります。ここで取り上げる関数はSA:MP Windows Server 0.2.1についてきたインクルードファイルで定義されているものです。
関数の定義の仕方はBasicsをご覧ください。
関数を名前から探したい場合は各ページでブラウザのページ内検索機能(IEなら編集→このページの検索)で。
リンクが切れているものは書きかけだと思います。多分。
SA:MP FUNCTIONS
a_objects.inc│a_objects.incの関数 SA:MPオブジェクト関係
└objects
a_players.inc
│a_players.incの関数 SA:MPプレイヤー関係
├player
├player info
├player controls
├player map commands
├player conditionals
├virtual worlds
└spectating
a_samp.inc
│a_samp.incの関数 SA:MP関係
├util
├game
├admin
├menu
├text draw
└gang zones
a_vehicles.inc
│a_vehicles.incの関数 SA:MP車両関係
├vehicle
└virtual worlds
PAWN FUNCTIONS
core.inccore.incの関数 数値・Pawnシステム関係
datagram.inc
datagram.incの関数 通信関係
file.inc
file.incの関数 ファイル関係
float.inc
float.incの関数 小数・数学関係
string.inc
string.incの関数 文字列関係
time.inc
time.incの関数 時間関係