Share to:

GML

Denne artikel bør gennemlæses af en person med fagkendskab for at sikre den faglige korrekthed.

GML (Game Maker Language) er et programmeringssprog (eller script) brugt i programmet Game Maker. Det har en syntaks meget lig andre programmeringssprog, såsom C, Java, Delphi m.m. Det er dog et enkelt sprog, da man f.eks. ikke skal initialisere variabler med en type.

GML kan også være en forkortelse for Geography Markup Language

Game Maker Language er meget frit, dvs. at det ikke behøves at blive formateret på en mere specifik måde. Dette script

if (x > 0 && image_index == 1) {direction = 90; sleep(1000);}

vil blive udført på samme måde som

if x > 0 and image_index = 1 then begin direction = 90; sleep(1000); end

De fleste funktioner i Game Maker, f.eks. avancerede tegnefunktioner, data-strukturere, 3d-grafik, m.m., kan kun benyttes gennem GML.

Eksterne Henvisninger

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.
Prefix: a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9

Portal di Ensiklopedia Dunia

Kembali kehalaman sebelumnya