Content tagged typescript

Similar Tags

Report Tag

10 usages of this tag
29
This content is deleted
Tutorial
Using TypeScript in Construct
12 favourites

Construct supports writing code for your project in both Javascript and TypeScript . Javascript is normally dynamically typed , meaning variables can have any t...

21
This content is deleted
Blog Post
Construct now supports TypeScript
4 favourites

A few years ago we introduced Javascript coding in Construct . It's consistently the most popular programming language in the world according to StackOverflow's...

  • 2 replies
  • 1.1K views
This content is deleted
Forum Topic
TypeScript
0 favourites

Are there any plans to provide a types file to assist those wanting to use TypeScript to hook into the SDK?

posted 4 years ago
  • 20 replies
  • 2.1K views
This content is deleted
Forum Topic
My C3 Experiments
1 favourites

Here there are my latest experiments. GitHub. GitHub. Description. GitHub. Description (Patreon - free). GitHub. Description (Patreon - free). GitHub. Descripti...

  • 1 replies
  • 333 views
This content is deleted
Forum Topic
How to use "imports for events" with Typescript?
0 favourites

I'm using beta version 363, and I'm very pleased with TypeScript support. However, I'm having difficulties importing scripts with the "purpose: Imports for even...

posted 6 months ago
  • 1 replies
  • 169 views
This content is deleted
Forum Topic
Getting Behaviors in TypeScript
1 favourites

How do we get behaviors on an ISpriteInstance subclass in TypeScript? When attempting to get the behaviors property of my subclass, I see the following error: H...

  • 6 replies
  • 280 views
This content is deleted
Forum Topic
Error Minifying TypeScript Project
0 favourites

I encountered an issue when trying to minify my TypeScript project for web using "Simple" or "Advanced" mode: The error is from using public class fields , whic...

  • 8 replies
  • 218 views

First of all, VERY happy to have typescript running instead of vanilla Javascript! I spent today converting my existing project and I was able to convert most o...

  • 2 replies
  • 147 views
This content is deleted
Forum Topic
Typescript - How to Correctly access an Effect?
0 favourites

Hey folks, back once again with a bit of typescript weirdness! This time it is around effects and how to access them in typescript. First the obvious -. Please...

  • 0 replies
  • 142 views
This content is deleted
Forum Topic
TypeScript - Some Helpful Functions for Construct
1 favourites

While doing my first big typescript project I've posted a couple of times about random issues I have found. I thought this time I would give back with some usef...

Similar Tags