ActionC

From GRFSpecs
Jump to navigationJump to search

Introduction

Do nothing.


Action C is a NOP (no operation). It can be used to temporarily comment out a sprite while testing.

Syntax

The data looks as follows:

<Sprite-number> * <Length> 0C [<ignored>]
Element Size Description
<Sprite-number> dec A sequential sprite number
<length> dec The total number of bytes used in this action
0C B Defines action 0C
<ignored> V Anything following the action byte 0C is ignored entirely

Description

Sprite-number

This is just the number you are at.

Length

Count the number of bytes in this action.

ignored

These bytes, if present at all, are ignored. The action does nothing.

Example

Something to go here