Advertising
advertising
related pastes to tag 'variables'
- 1850348 - String swapping without temp var: php java temp variables swap
-
- // String swapping without temp variables:
- // in PHP
- function swap($a,$b)
- {
- $a=$a.$b;
- $b=substr($a,0, strpos($a, $b));
- $a=substr($a,strlen($b),strlen($a));
- 1485221 - CDGame.txt - Alternate Variables: variables cdgame.txt cdgame hvs alternate
-
- // The following variables were found inside game executables. Description is speculation only.
- ASL_SERIALIZATION // ??? -- Options unknown
- BANKED // ??? -- Options unknown
- BRIGHTNESS // Adjusts the brightness -- Number, range unknown
- BUILD // Build version -- Text string (comment not allowed?)
- CHINA_WORDWRAP // Options unknown (OFF/ON?)
- COLLISION // Enable/disable object collision -- Options OFF, ON
- CONTRAST // Adjusts the contrast -- Number, range unknown
- 815466 - Simplified Gun DS 1.0: variables dragonspeak simplified gun guns
-
- * Simplified Gun DS 1.0
- * System Setup.-
- (0:0) When everything is starting up,
- * Clear all the variables to zero (remove if you got that line in another 0:0).
- (5:399) clear all variables to zero.
- (5:384) set variable %Gun_Death to the x,y position (Dead_Zone_X,Dead_Zone_Y).
- * End of System Setup.
- 796712 - X Y: x y tutorial variables dragonspeak explaination
-
- (0:32) When a furre says something with {Test X} in it,
- (5:301) copy the value of variable %Usr_Said.x into variable %Temporal.x.
- (5:203) emit message {<b>X & Y:</b> Ok, X integer of the variable is now %Temporal.x.} to every furre who can see the triggering furre.
- (0:32) When a furre says something with {Test Y} in it,
- (5:301) copy the value of variable %Usr_Said.x into variable %Temporal.y.
- (5:203) emit message {<b>X & Y:</b> Ok, Y integer of the variable is now %Temporal.y.} to every furre who can see the triggering furre.
- 734081 - Grac: variables
-
- Hi, please help
- I need to terminate a variable name so it does not run into the next word....
- <?PHP
- $foo = "hello world";
- $foobar = "hello universe";
- 734080 - Grac: variables
-
- Hi, please help
- I need to terminate a variable name so it does not run into the next word....
- <?PHP
- $foo = "hello world";
- $foobar = "hello universe";