Content tagged create-instance

Similar Tags

Report Tag

7 usages of this tag
  • 3 replies
  • 1.1K views

I have a plugin which continuously spawns object instances using the _runtime.CreateInstance function from the SDK Documentation. Apart from the fact that Const...

  • 2 replies
  • 877 views
0 favourites

Apologies for this basic question. I appreciate there are already a lot of posts about this. I feel like I've read them all twice and I'm afraid I still can't q...

  • 3 replies
  • 1.1K views
This content is deleted
Forum Topic
How to change an object's width?
0 favourites

I have a function that creates an object. CreateObject(runtime.Objects.Player). CreateObject(object) {. Const instance = object.CreateInstance(. This.ABOVE_LAYE...

  • 2 replies
  • 531 views
This content is deleted
Forum Topic
createInstance textplugin change text
0 favourites

I'm working on a simple multiplayer game with a lobby with chat function. I've got almost everything up and running but I can't seem to find the logic to alter...

posted 4 years ago
  • 2 replies
  • 308 views
This content is deleted
Forum Topic
How do I create multiple enemies trough code?
0 favourites

I'm looking for a way to create multiple enemies at one time. All my tries have failed, sometimes I crashed the game. My game makes use of rounds, I want the nu...

posted 3 years ago
  • 2 replies
  • 769 views
This content is deleted
Forum Topic
Pick and create an instance of the object in the family
0 favourites

There are 10 objects in the family. I want to pick the object that the player overlaps with from this family and create an instance of the picked object. I trie...

Similar Tags