Difference between revisions of "0x0000"

From SimsWiki
Jump to: navigation, search
m (Bits->Bytes)
m (Cleanup)
Line 1: Line 1:
=Sleep (0x0000)=
 
 
Simplest primitive of any kind there is.
 
Simplest primitive of any kind there is.
  
Line 11: Line 10:
 
*Idle - Hours (0x016E)
 
*Idle - Hours (0x016E)
  
=See also=
+
==See also==
 
*[[Primitives]]
 
*[[Primitives]]
 
*[[SimAntics]]
 
*[[SimAntics]]
  
 
[[Category:Modding]]
 
[[Category:Modding]]

Revision as of 11:55, 14 August 2006

Simplest primitive of any kind there is.

Overview

It takes it's input from the calling bhav's parameters, choosable using the first two op-code bytes. Use of this primitive can cause the calling thread to sleep if it's input is greater than 0. Every number equals two sim seconds. So, if it recieves 0x1E (30), it will sleep one sim minute.

Use

This primitive should not be called directly, unless you know what you are doing. It uses the calling bhav's parameters for it's input, so it can be unpredictable. Its better to call one of the following globals:

  • Idle (0x0180)
  • Idle - Minutes (0x016F)
  • Idle - Hours (0x016E)

See also

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox