Code Monkey home page Code Monkey logo

fast's Introduction

Flexible Assistant Toolkit for GMS2.3+

by Devon Mullane

A complimentary GML library to make development easier

Latest Releases
Last 2.3.X stable

Check the Wiki for the most up-to-date documentation on each module.
You can also visit the FAST Discord for more interactive help!


about features resource
About & Support Features Manual
A basic look at FAST and how to get help Check out a brief overview of each FAST module Got a question? Check the manual!
IDE     2.3.1.536 / 23.1.1.230
Runtime 2.3.1.406 / 23.1.1.228

fast's People

Contributors

hyomoto avatar juliandicken avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

samspadegamedev

fast's Issues

syslog and DsWalkable crashing

  test = new DsWalkable();
  test.add("a");
  test.add("b");
  syslog(test.next());

outputs
a
b
as expected

  test = new DsWalkable("a", "b");
  syslog(test.next());

crashes :

############################################################################################
ERROR in
action number 1
of Create Event
for object oGame:

Variable oGame.test(101189, -2147483648) not set before reading it.
 at gml_Object_oGame_Create_0 (line 2) - syslog(test.next())
############################################################################################
gml_Object_oGame_Create_0 (line 2)

using show debug message works in both cases.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.